Shades of Lavender Grey #BBBBDF
Tints of Lavender Grey #BBBBDF
RGB
CMYK
RGB Variations
Color information
#BBBBDF (or 0xBBBBDF) is known color: Lavender Grey. HEX triplet: BB, BB and DF. RGB value is (187,187,223). Sum of RGB (Red+Green+Blue) = 187+187+223=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBDF is #444420. Grayscale: #BEBEBE. Windows color (decimal): -4473889 or 14662587. OLE color: 14662587.
HSL color Cylindrical-coordinate representation of color #BBBBDF: hue angle of 240º 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 #BBBBDF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 187 | 223 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.13 |
| HSL | 240º | 0.36% | 0.8% | - |
| HSV(B) | 240º | 0.16% | 0.87% | - |
| XYZ | 51.58 | 51.43 | 77.02 | - |
| YUV | 191.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 223 | 0.16 | 0.16 | 0 | 0.13 | 240 | 0.36 | 0.8 |
| Hex | BB | BB | DF | 10 | 10 | 0 | D | F0 | 24 | 50 |
| Octal | 273 | 273 | 337 | 20 | 20 | 0 | 15 | 360 | 44 | 120 |
| Binary | 10111011 | 10111011 | 11011111 | 10000 | 10000 | 0 | 1101 | 11110000 | 100100 | 1010000 |
Color Harmonies of #BBBBDF
Complementary color
Monochromatic Colors of #BBBBDF
Black with #BBBBDF
Text Example
Text Example
White with #BBBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBDF; }
p { color: rgb(187,187,223); }
H1.HeaderClassName
{
color: #BBBBDF;
}
.AnyTagClassName
{
color: #BBBBDF;
}
</style>
background-color css
<style>
a { background-color: #BBBBDF; }
a { background-color: rgb(187,187,223); }
div.DivClassName
{
background-color: #BBBBDF;
}
.BgClassName
{
background-color: #BBBBDF;
}
</style>
border-color css
<style>
span { border-color: #BBBBDF; }
span { border-color: rgb(187,187,223); }
td.TdClassName
{
border-color: #BBBBDF;
}
.TagClassName
{
border-color: #BBBBDF;
}
</style>