Shades of Lavender Grey #BBBDDF
Tints of Lavender Grey #BBBDDF
RGB
CMYK
RGB Variations
Color information
#BBBDDF (or 0xBBBDDF) is known color: Lavender Grey. HEX triplet: BB, BD and DF. RGB value is (187,189,223). Sum of RGB (Red+Green+Blue) = 187+189+223=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDDF is #444220. Grayscale: #C0C0C0. Windows color (decimal): -4473377 or 14663099. OLE color: 14663099.
HSL color Cylindrical-coordinate representation of color #BBBDDF: hue angle of 236.67º degrees, saturation: 0.36, 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 #BBBDDF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 189 | 223 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.13 |
| HSL | 236.67º | 0.36% | 0.8% | - |
| HSV(B) | 236.67º | 0.16% | 0.87% | - |
| XYZ | 52.01 | 52.29 | 77.16 | - |
| YUV | 192.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 223 | 0.16 | 0.15 | 0 | 0.13 | 236.67 | 0.36 | 0.8 |
| Hex | BB | BD | DF | 10 | F | 0 | D | ED | 24 | 50 |
| Octal | 273 | 275 | 337 | 20 | 17 | 0 | 15 | 355 | 44 | 120 |
| Binary | 10111011 | 10111101 | 11011111 | 10000 | 1111 | 0 | 1101 | 11101101 | 100100 | 1010000 |
Color Harmonies of #BBBDDF
Complementary color
Monochromatic Colors of #BBBDDF
Black with #BBBDDF
Text Example
Text Example
White with #BBBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDDF; }
p { color: rgb(187,189,223); }
H1.HeaderClassName
{
color: #BBBDDF;
}
.AnyTagClassName
{
color: #BBBDDF;
}
</style>
background-color css
<style>
a { background-color: #BBBDDF; }
a { background-color: rgb(187,189,223); }
div.DivClassName
{
background-color: #BBBDDF;
}
.BgClassName
{
background-color: #BBBDDF;
}
</style>
border-color css
<style>
span { border-color: #BBBDDF; }
span { border-color: rgb(187,189,223); }
td.TdClassName
{
border-color: #BBBDDF;
}
.TagClassName
{
border-color: #BBBDDF;
}
</style>