#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 of #B9AEDC | Value |
|---|---|
| RGB | 185, 174, 220 |
| HSL | 0.71, 0.4, 0.77 |
| HSV | 254°, 21°, 86° |
| XYZ | 48.06, 45.75, 74 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111001 | 10101110 | 11011100 |
| Octal | 271 | 256 | 334 |
| Decimal | 185 | 174 | 220 |
| Hex | B9 | AE | DC |
Shades of #B9AEDC
Tints of #B9AEDC
.mybgColor {background-color: #B9AEDC;}
.myforeColor {color: #B9AEDC;}
.myborderColor {border:3px solid #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,
<div style="background-color:#B9AEDC">Div content here</div>
<div style="border:3px solid #B9AEDC">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(185, 174, 220, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B9AEDC;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
