Shades of Lavender Grey #BBB9E7
Tints of Lavender Grey #BBB9E7
RGB
CMYK
RGB Variations
Color information
#BBB9E7 (or 0xBBB9E7) is known color: Lavender Grey. HEX triplet: BB, B9 and E7. RGB value is (187,185,231). Sum of RGB (Red+Green+Blue) = 187+185+231=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9E7 is #444618. Grayscale: #BEBEBE. Windows color (decimal): -4474393 or 15186363. OLE color: 15186363.
HSL color Cylindrical-coordinate representation of color #BBB9E7: hue angle of 242.61º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB9E7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 185 | 231 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.09 |
| HSL | 242.61º | 0.49% | 0.82% | - |
| HSV(B) | 242.61º | 0.2% | 0.91% | - |
| XYZ | 52.27 | 51.03 | 82.7 | - |
| YUV | 190.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 231 | 0.19 | 0.20 | 0 | 0.09 | 242.61 | 0.49 | 0.82 |
| Hex | BB | B9 | E7 | 13 | 14 | 0 | 9 | F3 | 31 | 52 |
| Octal | 273 | 271 | 347 | 23 | 24 | 0 | 11 | 363 | 61 | 122 |
| Binary | 10111011 | 10111001 | 11100111 | 10011 | 10100 | 0 | 1001 | 11110011 | 110001 | 1010010 |
Color Harmonies of #BBB9E7
Complementary color
Monochromatic Colors of #BBB9E7
Black with #BBB9E7
Text Example
Text Example
White with #BBB9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9E7; }
p { color: rgb(187,185,231); }
H1.HeaderClassName
{
color: #BBB9E7;
}
.AnyTagClassName
{
color: #BBB9E7;
}
</style>
background-color css
<style>
a { background-color: #BBB9E7; }
a { background-color: rgb(187,185,231); }
div.DivClassName
{
background-color: #BBB9E7;
}
.BgClassName
{
background-color: #BBB9E7;
}
</style>
border-color css
<style>
span { border-color: #BBB9E7; }
span { border-color: rgb(187,185,231); }
td.TdClassName
{
border-color: #BBB9E7;
}
.TagClassName
{
border-color: #BBB9E7;
}
</style>