Shades of Lavender Grey #BBBFDF
Tints of Lavender Grey #BBBFDF
RGB
CMYK
RGB Variations
Color information
#BBBFDF (or 0xBBBFDF) is known color: Lavender Grey. HEX triplet: BB, BF and DF. RGB value is (187,191,223). Sum of RGB (Red+Green+Blue) = 187+191+223=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDF is #444020. Grayscale: #C1C1C1. Windows color (decimal): -4472865 or 14663611. OLE color: 14663611.
HSL color Cylindrical-coordinate representation of color #BBBFDF: hue angle of 233.33º 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 #BBBFDF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 191 | 223 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 233.33º | 0.36% | 0.8% | - |
| HSV(B) | 233.33º | 0.16% | 0.87% | - |
| XYZ | 52.44 | 53.15 | 77.31 | - |
| YUV | 193.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 223 | 0.16 | 0.14 | 0 | 0.13 | 233.33 | 0.36 | 0.8 |
| Hex | BB | BF | DF | 10 | E | 0 | D | E9 | 24 | 50 |
| Octal | 273 | 277 | 337 | 20 | 16 | 0 | 15 | 351 | 44 | 120 |
| Binary | 10111011 | 10111111 | 11011111 | 10000 | 1110 | 0 | 1101 | 11101001 | 100100 | 1010000 |
Color Harmonies of #BBBFDF
Complementary color
Monochromatic Colors of #BBBFDF
Black with #BBBFDF
Text Example
Text Example
White with #BBBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFDF; }
p { color: rgb(187,191,223); }
H1.HeaderClassName
{
color: #BBBFDF;
}
.AnyTagClassName
{
color: #BBBFDF;
}
</style>
background-color css
<style>
a { background-color: #BBBFDF; }
a { background-color: rgb(187,191,223); }
div.DivClassName
{
background-color: #BBBFDF;
}
.BgClassName
{
background-color: #BBBFDF;
}
</style>
border-color css
<style>
span { border-color: #BBBFDF; }
span { border-color: rgb(187,191,223); }
td.TdClassName
{
border-color: #BBBFDF;
}
.TagClassName
{
border-color: #BBBFDF;
}
</style>