Shades of Lavender Grey #BBBFDE
Tints of Lavender Grey #BBBFDE
RGB
CMYK
RGB Variations
Color information
#BBBFDE (or 0xBBBFDE) is known color: Lavender Grey. HEX triplet: BB, BF and DE. RGB value is (187,191,222). Sum of RGB (Red+Green+Blue) = 187+191+222=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDE is #444021. Grayscale: #C1C1C1. Windows color (decimal): -4472866 or 14598075. OLE color: 14598075.
HSL color Cylindrical-coordinate representation of color #BBBFDE: hue angle of 233.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBFDE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 191 | 222 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 233.14º | 0.35% | 0.8% | - |
| HSV(B) | 233.14º | 0.16% | 0.87% | - |
| XYZ | 52.31 | 53.1 | 76.6 | - |
| YUV | 193.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 222 | 0.16 | 0.14 | 0 | 0.13 | 233.14 | 0.35 | 0.8 |
| Hex | BB | BF | DE | 10 | E | 0 | D | E9 | 23 | 50 |
| Octal | 273 | 277 | 336 | 20 | 16 | 0 | 15 | 351 | 43 | 120 |
| Binary | 10111011 | 10111111 | 11011110 | 10000 | 1110 | 0 | 1101 | 11101001 | 100011 | 1010000 |
Color Harmonies of #BBBFDE
Complementary color
Monochromatic Colors of #BBBFDE
Black with #BBBFDE
Text Example
Text Example
White with #BBBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFDE; }
p { color: rgb(187,191,222); }
H1.HeaderClassName
{
color: #BBBFDE;
}
.AnyTagClassName
{
color: #BBBFDE;
}
</style>
background-color css
<style>
a { background-color: #BBBFDE; }
a { background-color: rgb(187,191,222); }
div.DivClassName
{
background-color: #BBBFDE;
}
.BgClassName
{
background-color: #BBBFDE;
}
</style>
border-color css
<style>
span { border-color: #BBBFDE; }
span { border-color: rgb(187,191,222); }
td.TdClassName
{
border-color: #BBBFDE;
}
.TagClassName
{
border-color: #BBBFDE;
}
</style>