Shades of Lavender Grey #BBB8ED
Tints of Lavender Grey #BBB8ED
RGB
CMYK
RGB Variations
Color information
#BBB8ED (or 0xBBB8ED) is known color: Lavender Grey. HEX triplet: BB, B8 and ED. RGB value is (187,184,237). Sum of RGB (Red+Green+Blue) = 187+184+237=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8ED is #444712. Grayscale: #BEBEBE. Windows color (decimal): -4474643 or 15579323. OLE color: 15579323.
HSL color Cylindrical-coordinate representation of color #BBB8ED: hue angle of 243.4º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB8ED is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 184 | 237 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.07 |
| HSL | 243.4º | 0.6% | 0.83% | - |
| HSV(B) | 243.4º | 0.22% | 0.93% | - |
| XYZ | 52.92 | 50.96 | 87.17 | - |
| YUV | 190.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 237 | 0.21 | 0.22 | 0 | 0.07 | 243.4 | 0.6 | 0.83 |
| Hex | BB | B8 | ED | 15 | 16 | 0 | 7 | F3 | 3C | 53 |
| Octal | 273 | 270 | 355 | 25 | 26 | 0 | 7 | 363 | 74 | 123 |
| Binary | 10111011 | 10111000 | 11101101 | 10101 | 10110 | 0 | 111 | 11110011 | 111100 | 1010011 |
Color Harmonies of #BBB8ED
Complementary color
Monochromatic Colors of #BBB8ED
Black with #BBB8ED
Text Example
Text Example
White with #BBB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8ED; }
p { color: rgb(187,184,237); }
H1.HeaderClassName
{
color: #BBB8ED;
}
.AnyTagClassName
{
color: #BBB8ED;
}
</style>
background-color css
<style>
a { background-color: #BBB8ED; }
a { background-color: rgb(187,184,237); }
div.DivClassName
{
background-color: #BBB8ED;
}
.BgClassName
{
background-color: #BBB8ED;
}
</style>
border-color css
<style>
span { border-color: #BBB8ED; }
span { border-color: rgb(187,184,237); }
td.TdClassName
{
border-color: #BBB8ED;
}
.TagClassName
{
border-color: #BBB8ED;
}
</style>