color details

Color Details
#B9AEDC Color Hex

#B9AEDC color RGB value is (11, 154, 237).
#B9AEDC hex color red value is 11, green value is 154, and blue value is 237.
Cylindrical-coordinate representations (HSL) of color #B9AEDC hue: 202.04, saturation: 0.91 and lightness: 0.49.

The process color (four-color CMYK) of #B9AEDC color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B9AEDC is #ff9999. Color #B9AEDC contains mainly RED.

Color Spaces
Color spaces of #B9AEDCValue
RGB185, 174, 220
HSL0.71, 0.4, 0.77
HSV254°, 21°, 86°
XYZ48.06, 45.75, 74
Base Numbers
Base Red Green Blue
Binary 10111001 10101110 11011100
Octal 271 256 334
Decimal 185 174 220
Hex B9 AE DC

RGB Percentages for Color #B9AEDC

31.95%
30.05%
38%

CMYK Percentages of the Color #B9AEDC

15.91%
20.91%
13.73%
CSS Codes for Color #B9AEDC
.mybgColor {background-color: #B9AEDC;}
.myforeColor {color: #B9AEDC;}
.myborderColor {border:3px solid #B9AEDC;}
Text Font Color #B9AEDC

<p style="color:#B9AEDC">Text here</p>

This sample text is styled with the font color #B9AEDC. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #B9AEDC

<div style="background-color:#B9AEDC">Div content here</div>

The background color of this div is #B9AEDC
Border Color #B9AEDC

<div style="border:3px solid #B9AEDC">Div here</div>

The border color of this div is #B9AEDC
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(185, 174, 220, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #B9AEDC;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #B9AEDC;
-webkit-box-shadow: 1px 1px 3px #B9AEDC;
box-shadow: 1px 1px 3px #B9AEDC;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185, 174, 220, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #B9AEDC;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #B9AEDC; -webkit-box-shadow: 1px 1px 3px #B9AEDC; box-shadow: 1px 1px 3px #B9AEDC;">Div content here</div>

This div box has a shadow with a specified color. #B9AEDC

Scroll to Top