Shades of Lavender Grey #BBBDD7
Tints of Lavender Grey #BBBDD7
RGB
CMYK
RGB Variations
Color information
#BBBDD7 (or 0xBBBDD7) is known color: Lavender Grey. HEX triplet: BB, BD and D7. RGB value is (187,189,215). Sum of RGB (Red+Green+Blue) = 187+189+215=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD7 is #444228. Grayscale: #BFBFBF. Windows color (decimal): -4473385 or 14138811. OLE color: 14138811.
HSL color Cylindrical-coordinate representation of color #BBBDD7: hue angle of 235.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBDD7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 189 | 215 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.16 |
| HSL | 235.71º | 0.26% | 0.79% | - |
| HSV(B) | 235.71º | 0.13% | 0.84% | - |
| XYZ | 50.96 | 51.87 | 71.62 | - |
| YUV | 191.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 215 | 0.13 | 0.12 | 0 | 0.16 | 235.71 | 0.26 | 0.79 |
| Hex | BB | BD | D7 | D | C | 0 | 10 | EC | 1A | 4F |
| Octal | 273 | 275 | 327 | 15 | 14 | 0 | 20 | 354 | 32 | 117 |
| Binary | 10111011 | 10111101 | 11010111 | 1101 | 1100 | 0 | 10000 | 11101100 | 11010 | 1001111 |
Color Harmonies of #BBBDD7
Complementary color
Monochromatic Colors of #BBBDD7
Black with #BBBDD7
Text Example
Text Example
White with #BBBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDD7; }
p { color: rgb(187,189,215); }
H1.HeaderClassName
{
color: #BBBDD7;
}
.AnyTagClassName
{
color: #BBBDD7;
}
</style>
background-color css
<style>
a { background-color: #BBBDD7; }
a { background-color: rgb(187,189,215); }
div.DivClassName
{
background-color: #BBBDD7;
}
.BgClassName
{
background-color: #BBBDD7;
}
</style>
border-color css
<style>
span { border-color: #BBBDD7; }
span { border-color: rgb(187,189,215); }
td.TdClassName
{
border-color: #BBBDD7;
}
.TagClassName
{
border-color: #BBBDD7;
}
</style>