Shades of Lavender Grey #BBBBD3
Tints of Lavender Grey #BBBBD3
RGB
CMYK
RGB Variations
Color information
#BBBBD3 (or 0xBBBBD3) is known color: Lavender Grey. HEX triplet: BB, BB and D3. RGB value is (187,187,211). Sum of RGB (Red+Green+Blue) = 187+187+211=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBD3 is #44442C. Grayscale: #BDBDBD. Windows color (decimal): -4473901 or 13876155. OLE color: 13876155.
HSL color Cylindrical-coordinate representation of color #BBBBD3: hue angle of 240º 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 #BBBBD3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 187 | 211 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.17 |
| HSL | 240º | 0.21% | 0.78% | - |
| HSV(B) | 240º | 0.11% | 0.83% | - |
| XYZ | 50.02 | 50.81 | 68.8 | - |
| YUV | 189.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 211 | 0.11 | 0.11 | 0 | 0.17 | 240 | 0.21 | 0.78 |
| Hex | BB | BB | D3 | B | B | 0 | 11 | F0 | 15 | 4E |
| Octal | 273 | 273 | 323 | 13 | 13 | 0 | 21 | 360 | 25 | 116 |
| Binary | 10111011 | 10111011 | 11010011 | 1011 | 1011 | 0 | 10001 | 11110000 | 10101 | 1001110 |
Color Harmonies of #BBBBD3
Complementary color
Monochromatic Colors of #BBBBD3
Black with #BBBBD3
Text Example
Text Example
White with #BBBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBD3; }
p { color: rgb(187,187,211); }
H1.HeaderClassName
{
color: #BBBBD3;
}
.AnyTagClassName
{
color: #BBBBD3;
}
</style>
background-color css
<style>
a { background-color: #BBBBD3; }
a { background-color: rgb(187,187,211); }
div.DivClassName
{
background-color: #BBBBD3;
}
.BgClassName
{
background-color: #BBBBD3;
}
</style>
border-color css
<style>
span { border-color: #BBBBD3; }
span { border-color: rgb(187,187,211); }
td.TdClassName
{
border-color: #BBBBD3;
}
.TagClassName
{
border-color: #BBBBD3;
}
</style>