Shades of Lavender Grey #BBB9E6
Tints of Lavender Grey #BBB9E6
RGB
CMYK
RGB Variations
Color information
#BBB9E6 (or 0xBBB9E6) is known color: Lavender Grey. HEX triplet: BB, B9 and E6. RGB value is (187,185,230). Sum of RGB (Red+Green+Blue) = 187+185+230=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 185 (72.66% from 255 or 30.73% 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 #BBB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9E6 is #444619. Grayscale: #BEBEBE. Windows color (decimal): -4474394 or 15120827. OLE color: 15120827.
HSL color Cylindrical-coordinate representation of color #BBB9E6: hue angle of 242.67º 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 #BBB9E6 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 185 | 230 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.10 |
| HSL | 242.67º | 0.47% | 0.81% | - |
| HSV(B) | 242.67º | 0.2% | 0.9% | - |
| XYZ | 52.13 | 50.98 | 81.95 | - |
| YUV | 190.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 230 | 0.19 | 0.20 | 0 | 0.10 | 242.67 | 0.47 | 0.81 |
| Hex | BB | B9 | E6 | 13 | 14 | 0 | A | F3 | 2F | 51 |
| Octal | 273 | 271 | 346 | 23 | 24 | 0 | 12 | 363 | 57 | 121 |
| Binary | 10111011 | 10111001 | 11100110 | 10011 | 10100 | 0 | 1010 | 11110011 | 101111 | 1010001 |
Color Harmonies of #BBB9E6
Complementary color
Monochromatic Colors of #BBB9E6
Black with #BBB9E6
Text Example
Text Example
White with #BBB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9E6; }
p { color: rgb(187,185,230); }
H1.HeaderClassName
{
color: #BBB9E6;
}
.AnyTagClassName
{
color: #BBB9E6;
}
</style>
background-color css
<style>
a { background-color: #BBB9E6; }
a { background-color: rgb(187,185,230); }
div.DivClassName
{
background-color: #BBB9E6;
}
.BgClassName
{
background-color: #BBB9E6;
}
</style>
border-color css
<style>
span { border-color: #BBB9E6; }
span { border-color: rgb(187,185,230); }
td.TdClassName
{
border-color: #BBB9E6;
}
.TagClassName
{
border-color: #BBB9E6;
}
</style>