Shades of Lavender Grey #BBBFDB
Tints of Lavender Grey #BBBFDB
RGB
CMYK
RGB Variations
Color information
#BBBFDB (or 0xBBBFDB) is known color: Lavender Grey. HEX triplet: BB, BF and DB. RGB value is (187,191,219). Sum of RGB (Red+Green+Blue) = 187+191+219=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDB is #444024. Grayscale: #C0C0C0. Windows color (decimal): -4472869 or 14401467. OLE color: 14401467.
HSL color Cylindrical-coordinate representation of color #BBBFDB: hue angle of 232.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBFDB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 191 | 219 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.14 |
| HSL | 232.5º | 0.31% | 0.8% | - |
| HSV(B) | 232.5º | 0.15% | 0.86% | - |
| XYZ | 51.91 | 52.94 | 74.5 | - |
| YUV | 193 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 219 | 0.15 | 0.13 | 0 | 0.14 | 232.5 | 0.31 | 0.8 |
| Hex | BB | BF | DB | F | D | 0 | E | E8 | 1F | 50 |
| Octal | 273 | 277 | 333 | 17 | 15 | 0 | 16 | 350 | 37 | 120 |
| Binary | 10111011 | 10111111 | 11011011 | 1111 | 1101 | 0 | 1110 | 11101000 | 11111 | 1010000 |
Color Harmonies of #BBBFDB
Complementary color
Monochromatic Colors of #BBBFDB
Black with #BBBFDB
Text Example
Text Example
White with #BBBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFDB; }
p { color: rgb(187,191,219); }
H1.HeaderClassName
{
color: #BBBFDB;
}
.AnyTagClassName
{
color: #BBBFDB;
}
</style>
background-color css
<style>
a { background-color: #BBBFDB; }
a { background-color: rgb(187,191,219); }
div.DivClassName
{
background-color: #BBBFDB;
}
.BgClassName
{
background-color: #BBBFDB;
}
</style>
border-color css
<style>
span { border-color: #BBBFDB; }
span { border-color: rgb(187,191,219); }
td.TdClassName
{
border-color: #BBBFDB;
}
.TagClassName
{
border-color: #BBBFDB;
}
</style>