Shades of Lavender Grey #BBB8EF
Tints of Lavender Grey #BBB8EF
RGB
CMYK
RGB Variations
Color information
#BBB8EF (or 0xBBB8EF) is known color: Lavender Grey. HEX triplet: BB, B8 and EF. RGB value is (187,184,239). Sum of RGB (Red+Green+Blue) = 187+184+239=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8EF is #444710. Grayscale: #BEBEBE. Windows color (decimal): -4474641 or 15710395. OLE color: 15710395.
HSL color Cylindrical-coordinate representation of color #BBB8EF: hue angle of 243.27º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB8EF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 184 | 239 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.06 |
| HSL | 243.27º | 0.63% | 0.83% | - |
| HSV(B) | 243.27º | 0.23% | 0.94% | - |
| XYZ | 53.21 | 51.08 | 88.72 | - |
| YUV | 191.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 239 | 0.22 | 0.23 | 0 | 0.06 | 243.27 | 0.63 | 0.83 |
| Hex | BB | B8 | EF | 16 | 17 | 0 | 6 | F3 | 3F | 53 |
| Octal | 273 | 270 | 357 | 26 | 27 | 0 | 6 | 363 | 77 | 123 |
| Binary | 10111011 | 10111000 | 11101111 | 10110 | 10111 | 0 | 110 | 11110011 | 111111 | 1010011 |
Color Harmonies of #BBB8EF
Complementary color
Monochromatic Colors of #BBB8EF
Black with #BBB8EF
Text Example
Text Example
White with #BBB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8EF; }
p { color: rgb(187,184,239); }
H1.HeaderClassName
{
color: #BBB8EF;
}
.AnyTagClassName
{
color: #BBB8EF;
}
</style>
background-color css
<style>
a { background-color: #BBB8EF; }
a { background-color: rgb(187,184,239); }
div.DivClassName
{
background-color: #BBB8EF;
}
.BgClassName
{
background-color: #BBB8EF;
}
</style>
border-color css
<style>
span { border-color: #BBB8EF; }
span { border-color: rgb(187,184,239); }
td.TdClassName
{
border-color: #BBB8EF;
}
.TagClassName
{
border-color: #BBB8EF;
}
</style>