Shades of Lavender Grey #BBBFD1
Tints of Lavender Grey #BBBFD1
RGB
CMYK
RGB Variations
Color information
#BBBFD1 (or 0xBBBFD1) is known color: Lavender Grey. HEX triplet: BB, BF and D1. RGB value is (187,191,209). Sum of RGB (Red+Green+Blue) = 187+191+209=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD1 is #44402E. Grayscale: #BFBFBF. Windows color (decimal): -4472879 or 13746107. OLE color: 13746107.
HSL color Cylindrical-coordinate representation of color #BBBFD1: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBFD1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 191 | 209 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.18 |
| HSL | 229.09º | 0.19% | 0.78% | - |
| HSV(B) | 229.09º | 0.11% | 0.82% | - |
| XYZ | 50.63 | 52.43 | 67.77 | - |
| YUV | 191.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 209 | 0.11 | 0.09 | 0 | 0.18 | 229.09 | 0.19 | 0.78 |
| Hex | BB | BF | D1 | B | 9 | 0 | 12 | E5 | 13 | 4E |
| Octal | 273 | 277 | 321 | 13 | 11 | 0 | 22 | 345 | 23 | 116 |
| Binary | 10111011 | 10111111 | 11010001 | 1011 | 1001 | 0 | 10010 | 11100101 | 10011 | 1001110 |
Color Harmonies of #BBBFD1
Complementary color
Monochromatic Colors of #BBBFD1
Black with #BBBFD1
Text Example
Text Example
White with #BBBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFD1; }
p { color: rgb(187,191,209); }
H1.HeaderClassName
{
color: #BBBFD1;
}
.AnyTagClassName
{
color: #BBBFD1;
}
</style>
background-color css
<style>
a { background-color: #BBBFD1; }
a { background-color: rgb(187,191,209); }
div.DivClassName
{
background-color: #BBBFD1;
}
.BgClassName
{
background-color: #BBBFD1;
}
</style>
border-color css
<style>
span { border-color: #BBBFD1; }
span { border-color: rgb(187,191,209); }
td.TdClassName
{
border-color: #BBBFD1;
}
.TagClassName
{
border-color: #BBBFD1;
}
</style>