Shades of Lavender Grey #BBBFDD
Tints of Lavender Grey #BBBFDD
RGB
CMYK
RGB Variations
Color information
#BBBFDD (or 0xBBBFDD) is known color: Lavender Grey. HEX triplet: BB, BF and DD. RGB value is (187,191,221). Sum of RGB (Red+Green+Blue) = 187+191+221=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDD is #444022. Grayscale: #C1C1C1. Windows color (decimal): -4472867 or 14532539. OLE color: 14532539.
HSL color Cylindrical-coordinate representation of color #BBBFDD: hue angle of 232.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBFDD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 191 | 221 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 232.94º | 0.33% | 0.8% | - |
| HSV(B) | 232.94º | 0.15% | 0.87% | - |
| XYZ | 52.18 | 53.05 | 75.9 | - |
| YUV | 193.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 221 | 0.15 | 0.14 | 0 | 0.13 | 232.94 | 0.33 | 0.8 |
| Hex | BB | BF | DD | F | E | 0 | D | E9 | 21 | 50 |
| Octal | 273 | 277 | 335 | 17 | 16 | 0 | 15 | 351 | 41 | 120 |
| Binary | 10111011 | 10111111 | 11011101 | 1111 | 1110 | 0 | 1101 | 11101001 | 100001 | 1010000 |
Color Harmonies of #BBBFDD
Complementary color
Monochromatic Colors of #BBBFDD
Black with #BBBFDD
Text Example
Text Example
White with #BBBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFDD; }
p { color: rgb(187,191,221); }
H1.HeaderClassName
{
color: #BBBFDD;
}
.AnyTagClassName
{
color: #BBBFDD;
}
</style>
background-color css
<style>
a { background-color: #BBBFDD; }
a { background-color: rgb(187,191,221); }
div.DivClassName
{
background-color: #BBBFDD;
}
.BgClassName
{
background-color: #BBBFDD;
}
</style>
border-color css
<style>
span { border-color: #BBBFDD; }
span { border-color: rgb(187,191,221); }
td.TdClassName
{
border-color: #BBBFDD;
}
.TagClassName
{
border-color: #BBBFDD;
}
</style>