Shades of Lavender Grey #BBBFDC
Tints of Lavender Grey #BBBFDC
RGB
CMYK
RGB Variations
Color information
#BBBFDC (or 0xBBBFDC) is known color: Lavender Grey. HEX triplet: BB, BF and DC. RGB value is (187,191,220). Sum of RGB (Red+Green+Blue) = 187+191+220=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDC is #444023. Grayscale: #C0C0C0. Windows color (decimal): -4472868 or 14467003. OLE color: 14467003.
HSL color Cylindrical-coordinate representation of color #BBBFDC: hue angle of 232.73º degrees, saturation: 0.32, 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 #BBBFDC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 191 | 220 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.14 |
| HSL | 232.73º | 0.32% | 0.8% | - |
| HSV(B) | 232.73º | 0.15% | 0.86% | - |
| XYZ | 52.04 | 52.99 | 75.2 | - |
| YUV | 193.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 220 | 0.15 | 0.13 | 0 | 0.14 | 232.73 | 0.32 | 0.8 |
| Hex | BB | BF | DC | F | D | 0 | E | E9 | 20 | 50 |
| Octal | 273 | 277 | 334 | 17 | 15 | 0 | 16 | 351 | 40 | 120 |
| Binary | 10111011 | 10111111 | 11011100 | 1111 | 1101 | 0 | 1110 | 11101001 | 100000 | 1010000 |
Color Harmonies of #BBBFDC
Complementary color
Monochromatic Colors of #BBBFDC
Black with #BBBFDC
Text Example
Text Example
White with #BBBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFDC; }
p { color: rgb(187,191,220); }
H1.HeaderClassName
{
color: #BBBFDC;
}
.AnyTagClassName
{
color: #BBBFDC;
}
</style>
background-color css
<style>
a { background-color: #BBBFDC; }
a { background-color: rgb(187,191,220); }
div.DivClassName
{
background-color: #BBBFDC;
}
.BgClassName
{
background-color: #BBBFDC;
}
</style>
border-color css
<style>
span { border-color: #BBBFDC; }
span { border-color: rgb(187,191,220); }
td.TdClassName
{
border-color: #BBBFDC;
}
.TagClassName
{
border-color: #BBBFDC;
}
</style>