Shades of Lavender Grey #BBB9E3
Tints of Lavender Grey #BBB9E3
RGB
CMYK
RGB Variations
Color information
#BBB9E3 (or 0xBBB9E3) is known color: Lavender Grey. HEX triplet: BB, B9 and E3. RGB value is (187,185,227). Sum of RGB (Red+Green+Blue) = 187+185+227=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBB9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9E3 is #44461C. Grayscale: #BEBEBE. Windows color (decimal): -4474397 or 14924219. OLE color: 14924219.
HSL color Cylindrical-coordinate representation of color #BBB9E3: hue angle of 242.86º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB9E3 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 185 | 227 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.11 |
| HSL | 242.86º | 0.43% | 0.81% | - |
| HSV(B) | 242.86º | 0.19% | 0.89% | - |
| XYZ | 51.71 | 50.81 | 79.75 | - |
| YUV | 190.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 227 | 0.18 | 0.19 | 0 | 0.11 | 242.86 | 0.43 | 0.81 |
| Hex | BB | B9 | E3 | 12 | 13 | 0 | B | F3 | 2B | 51 |
| Octal | 273 | 271 | 343 | 22 | 23 | 0 | 13 | 363 | 53 | 121 |
| Binary | 10111011 | 10111001 | 11100011 | 10010 | 10011 | 0 | 1011 | 11110011 | 101011 | 1010001 |
Color Harmonies of #BBB9E3
Complementary color
Monochromatic Colors of #BBB9E3
Black with #BBB9E3
Text Example
Text Example
White with #BBB9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9E3; }
p { color: rgb(187,185,227); }
H1.HeaderClassName
{
color: #BBB9E3;
}
.AnyTagClassName
{
color: #BBB9E3;
}
</style>
background-color css
<style>
a { background-color: #BBB9E3; }
a { background-color: rgb(187,185,227); }
div.DivClassName
{
background-color: #BBB9E3;
}
.BgClassName
{
background-color: #BBB9E3;
}
</style>
border-color css
<style>
span { border-color: #BBB9E3; }
span { border-color: rgb(187,185,227); }
td.TdClassName
{
border-color: #BBB9E3;
}
.TagClassName
{
border-color: #BBB9E3;
}
</style>