Shades of Lavender Grey #B9BBE6
Tints of Lavender Grey #B9BBE6
RGB
CMYK
RGB Variations
Color information
#B9BBE6 (or 0xB9BBE6) is known color: Lavender Grey. HEX triplet: B9, BB and E6. RGB value is (185,187,230). Sum of RGB (Red+Green+Blue) = 185+187+230=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #B9BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBE6 is #464419. Grayscale: #BFBFBF. Windows color (decimal): -4604954 or 15121337. OLE color: 15121337.
HSL color Cylindrical-coordinate representation of color #B9BBE6: hue angle of 237.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9BBE6 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 187 | 230 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.10 |
| HSL | 237.33º | 0.47% | 0.81% | - |
| HSV(B) | 237.33º | 0.2% | 0.9% | - |
| XYZ | 52.06 | 51.57 | 82.07 | - |
| YUV | 191.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 230 | 0.20 | 0.19 | 0 | 0.10 | 237.33 | 0.47 | 0.81 |
| Hex | B9 | BB | E6 | 14 | 13 | 0 | A | ED | 2F | 51 |
| Octal | 271 | 273 | 346 | 24 | 23 | 0 | 12 | 355 | 57 | 121 |
| Binary | 10111001 | 10111011 | 11100110 | 10100 | 10011 | 0 | 1010 | 11101101 | 101111 | 1010001 |
Color Harmonies of #B9BBE6
Complementary color
Monochromatic Colors of #B9BBE6
Black with #B9BBE6
Text Example
Text Example
White with #B9BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBE6; }
p { color: rgb(185,187,230); }
H1.HeaderClassName
{
color: #B9BBE6;
}
.AnyTagClassName
{
color: #B9BBE6;
}
</style>
background-color css
<style>
a { background-color: #B9BBE6; }
a { background-color: rgb(185,187,230); }
div.DivClassName
{
background-color: #B9BBE6;
}
.BgClassName
{
background-color: #B9BBE6;
}
</style>
border-color css
<style>
span { border-color: #B9BBE6; }
span { border-color: rgb(185,187,230); }
td.TdClassName
{
border-color: #B9BBE6;
}
.TagClassName
{
border-color: #B9BBE6;
}
</style>