Shades of Lavender Grey #B9B9CE
Tints of Lavender Grey #B9B9CE
RGB
CMYK
RGB Variations
Color information
#B9B9CE (or 0xB9B9CE) is known color: Lavender Grey. HEX triplet: B9, B9 and CE. RGB value is (185,185,206). Sum of RGB (Red+Green+Blue) = 185+185+206=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9CE is #464631. Grayscale: #BBBBBB. Windows color (decimal): -4605490 or 13547961. OLE color: 13547961.
HSL color Cylindrical-coordinate representation of color #B9B9CE: hue angle of 240º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9B9CE is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 185 | 206 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.19 |
| HSL | 240º | 0.18% | 0.77% | - |
| HSV(B) | 240º | 0.1% | 0.81% | - |
| XYZ | 48.5 | 49.47 | 65.38 | - |
| YUV | 187.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 206 | 0.10 | 0.10 | 0 | 0.19 | 240 | 0.18 | 0.77 |
| Hex | B9 | B9 | CE | A | A | 0 | 13 | F0 | 12 | 4D |
| Octal | 271 | 271 | 316 | 12 | 12 | 0 | 23 | 360 | 22 | 115 |
| Binary | 10111001 | 10111001 | 11001110 | 1010 | 1010 | 0 | 10011 | 11110000 | 10010 | 1001101 |
Color Harmonies of #B9B9CE
Complementary color
Monochromatic Colors of #B9B9CE
Black with #B9B9CE
Text Example
Text Example
White with #B9B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B9CE; }
p { color: rgb(185,185,206); }
H1.HeaderClassName
{
color: #B9B9CE;
}
.AnyTagClassName
{
color: #B9B9CE;
}
</style>
background-color css
<style>
a { background-color: #B9B9CE; }
a { background-color: rgb(185,185,206); }
div.DivClassName
{
background-color: #B9B9CE;
}
.BgClassName
{
background-color: #B9B9CE;
}
</style>
border-color css
<style>
span { border-color: #B9B9CE; }
span { border-color: rgb(185,185,206); }
td.TdClassName
{
border-color: #B9B9CE;
}
.TagClassName
{
border-color: #B9B9CE;
}
</style>