Shades of Lavender Grey #BBBDD3
Tints of Lavender Grey #BBBDD3
RGB
CMYK
RGB Variations
Color information
#BBBDD3 (or 0xBBBDD3) is known color: Lavender Grey. HEX triplet: BB, BD and D3. RGB value is (187,189,211). Sum of RGB (Red+Green+Blue) = 187+189+211=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD3 is #44422C. Grayscale: #BEBEBE. Windows color (decimal): -4473389 or 13876667. OLE color: 13876667.
HSL color Cylindrical-coordinate representation of color #BBBDD3: hue angle of 235º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBDD3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 189 | 211 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.17 |
| HSL | 235º | 0.21% | 0.78% | - |
| HSV(B) | 235º | 0.11% | 0.83% | - |
| XYZ | 50.45 | 51.66 | 68.94 | - |
| YUV | 190.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 211 | 0.11 | 0.10 | 0 | 0.17 | 235 | 0.21 | 0.78 |
| Hex | BB | BD | D3 | B | A | 0 | 11 | EB | 15 | 4E |
| Octal | 273 | 275 | 323 | 13 | 12 | 0 | 21 | 353 | 25 | 116 |
| Binary | 10111011 | 10111101 | 11010011 | 1011 | 1010 | 0 | 10001 | 11101011 | 10101 | 1001110 |
Color Harmonies of #BBBDD3
Complementary color
Monochromatic Colors of #BBBDD3
Black with #BBBDD3
Text Example
Text Example
White with #BBBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDD3; }
p { color: rgb(187,189,211); }
H1.HeaderClassName
{
color: #BBBDD3;
}
.AnyTagClassName
{
color: #BBBDD3;
}
</style>
background-color css
<style>
a { background-color: #BBBDD3; }
a { background-color: rgb(187,189,211); }
div.DivClassName
{
background-color: #BBBDD3;
}
.BgClassName
{
background-color: #BBBDD3;
}
</style>
border-color css
<style>
span { border-color: #BBBDD3; }
span { border-color: rgb(187,189,211); }
td.TdClassName
{
border-color: #BBBDD3;
}
.TagClassName
{
border-color: #BBBDD3;
}
</style>