Shades of Lavender Grey #BBBDD5
Tints of Lavender Grey #BBBDD5
RGB
CMYK
RGB Variations
Color information
#BBBDD5 (or 0xBBBDD5) is known color: Lavender Grey. HEX triplet: BB, BD and D5. RGB value is (187,189,213). Sum of RGB (Red+Green+Blue) = 187+189+213=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD5 is #44422A. Grayscale: #BFBFBF. Windows color (decimal): -4473387 or 14007739. OLE color: 14007739.
HSL color Cylindrical-coordinate representation of color #BBBDD5: hue angle of 235.38º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBDD5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 189 | 213 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.16 |
| HSL | 235.38º | 0.24% | 0.78% | - |
| HSV(B) | 235.38º | 0.12% | 0.84% | - |
| XYZ | 50.7 | 51.76 | 70.27 | - |
| YUV | 191.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 213 | 0.12 | 0.11 | 0 | 0.16 | 235.38 | 0.24 | 0.78 |
| Hex | BB | BD | D5 | C | B | 0 | 10 | EB | 18 | 4E |
| Octal | 273 | 275 | 325 | 14 | 13 | 0 | 20 | 353 | 30 | 116 |
| Binary | 10111011 | 10111101 | 11010101 | 1100 | 1011 | 0 | 10000 | 11101011 | 11000 | 1001110 |
Color Harmonies of #BBBDD5
Complementary color
Monochromatic Colors of #BBBDD5
Black with #BBBDD5
Text Example
Text Example
White with #BBBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDD5; }
p { color: rgb(187,189,213); }
H1.HeaderClassName
{
color: #BBBDD5;
}
.AnyTagClassName
{
color: #BBBDD5;
}
</style>
background-color css
<style>
a { background-color: #BBBDD5; }
a { background-color: rgb(187,189,213); }
div.DivClassName
{
background-color: #BBBDD5;
}
.BgClassName
{
background-color: #BBBDD5;
}
</style>
border-color css
<style>
span { border-color: #BBBDD5; }
span { border-color: rgb(187,189,213); }
td.TdClassName
{
border-color: #BBBDD5;
}
.TagClassName
{
border-color: #BBBDD5;
}
</style>