Shades of Lavender Grey #B9B6E8
Tints of Lavender Grey #B9B6E8
RGB
CMYK
RGB Variations
Color information
#B9B6E8 (or 0xB9B6E8) is known color: Lavender Grey. HEX triplet: B9, B6 and E8. RGB value is (185,182,232). Sum of RGB (Red+Green+Blue) = 185+182+232=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9B6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6E8 is #464917. Grayscale: #BCBCBC. Windows color (decimal): -4606232 or 15251129. OLE color: 15251129.
HSL color Cylindrical-coordinate representation of color #B9B6E8: hue angle of 243.6º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9B6E8 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 182 | 232 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.09 |
| HSL | 243.6º | 0.52% | 0.81% | - |
| HSV(B) | 243.6º | 0.22% | 0.91% | - |
| XYZ | 51.3 | 49.6 | 83.21 | - |
| YUV | 188.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 182 | 232 | 0.20 | 0.22 | 0 | 0.09 | 243.6 | 0.52 | 0.81 |
| Hex | B9 | B6 | E8 | 14 | 16 | 0 | 9 | F4 | 34 | 51 |
| Octal | 271 | 266 | 350 | 24 | 26 | 0 | 11 | 364 | 64 | 121 |
| Binary | 10111001 | 10110110 | 11101000 | 10100 | 10110 | 0 | 1001 | 11110100 | 110100 | 1010001 |
Color Harmonies of #B9B6E8
Complementary color
Monochromatic Colors of #B9B6E8
Black with #B9B6E8
Text Example
Text Example
White with #B9B6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B6E8; }
p { color: rgb(185,182,232); }
H1.HeaderClassName
{
color: #B9B6E8;
}
.AnyTagClassName
{
color: #B9B6E8;
}
</style>
background-color css
<style>
a { background-color: #B9B6E8; }
a { background-color: rgb(185,182,232); }
div.DivClassName
{
background-color: #B9B6E8;
}
.BgClassName
{
background-color: #B9B6E8;
}
</style>
border-color css
<style>
span { border-color: #B9B6E8; }
span { border-color: rgb(185,182,232); }
td.TdClassName
{
border-color: #B9B6E8;
}
.TagClassName
{
border-color: #B9B6E8;
}
</style>