Shades of Lavender Grey #B9BBDF
Tints of Lavender Grey #B9BBDF
RGB
CMYK
RGB Variations
Color information
#B9BBDF (or 0xB9BBDF) is known color: Lavender Grey. HEX triplet: B9, BB and DF. RGB value is (185,187,223). Sum of RGB (Red+Green+Blue) = 185+187+223=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBDF is #464420. Grayscale: #BEBEBE. Windows color (decimal): -4604961 or 14662585. OLE color: 14662585.
HSL color Cylindrical-coordinate representation of color #B9BBDF: hue angle of 236.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9BBDF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 187 | 223 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.13 |
| HSL | 236.84º | 0.37% | 0.8% | - |
| HSV(B) | 236.84º | 0.17% | 0.87% | - |
| XYZ | 51.1 | 51.18 | 77 | - |
| YUV | 190.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 223 | 0.17 | 0.16 | 0 | 0.13 | 236.84 | 0.37 | 0.8 |
| Hex | B9 | BB | DF | 11 | 10 | 0 | D | ED | 25 | 50 |
| Octal | 271 | 273 | 337 | 21 | 20 | 0 | 15 | 355 | 45 | 120 |
| Binary | 10111001 | 10111011 | 11011111 | 10001 | 10000 | 0 | 1101 | 11101101 | 100101 | 1010000 |
Color Harmonies of #B9BBDF
Complementary color
Monochromatic Colors of #B9BBDF
Black with #B9BBDF
Text Example
Text Example
White with #B9BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBDF; }
p { color: rgb(185,187,223); }
H1.HeaderClassName
{
color: #B9BBDF;
}
.AnyTagClassName
{
color: #B9BBDF;
}
</style>
background-color css
<style>
a { background-color: #B9BBDF; }
a { background-color: rgb(185,187,223); }
div.DivClassName
{
background-color: #B9BBDF;
}
.BgClassName
{
background-color: #B9BBDF;
}
</style>
border-color css
<style>
span { border-color: #B9BBDF; }
span { border-color: rgb(185,187,223); }
td.TdClassName
{
border-color: #B9BBDF;
}
.TagClassName
{
border-color: #B9BBDF;
}
</style>