Shades of Lavender Grey #BBBFD5
Tints of Lavender Grey #BBBFD5
RGB
CMYK
RGB Variations
Color information
#BBBFD5 (or 0xBBBFD5) is known color: Lavender Grey. HEX triplet: BB, BF and D5. RGB value is (187,191,213). Sum of RGB (Red+Green+Blue) = 187+191+213=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD5 is #44402A. Grayscale: #C0C0C0. Windows color (decimal): -4472875 or 14008251. OLE color: 14008251.
HSL color Cylindrical-coordinate representation of color #BBBFD5: hue angle of 230.77º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBFD5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 191 | 213 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.16 |
| HSL | 230.77º | 0.24% | 0.78% | - |
| HSV(B) | 230.77º | 0.12% | 0.84% | - |
| XYZ | 51.13 | 52.63 | 70.41 | - |
| YUV | 192.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 213 | 0.12 | 0.10 | 0 | 0.16 | 230.77 | 0.24 | 0.78 |
| Hex | BB | BF | D5 | C | A | 0 | 10 | E7 | 18 | 4E |
| Octal | 273 | 277 | 325 | 14 | 12 | 0 | 20 | 347 | 30 | 116 |
| Binary | 10111011 | 10111111 | 11010101 | 1100 | 1010 | 0 | 10000 | 11100111 | 11000 | 1001110 |
Color Harmonies of #BBBFD5
Complementary color
Monochromatic Colors of #BBBFD5
Black with #BBBFD5
Text Example
Text Example
White with #BBBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFD5; }
p { color: rgb(187,191,213); }
H1.HeaderClassName
{
color: #BBBFD5;
}
.AnyTagClassName
{
color: #BBBFD5;
}
</style>
background-color css
<style>
a { background-color: #BBBFD5; }
a { background-color: rgb(187,191,213); }
div.DivClassName
{
background-color: #BBBFD5;
}
.BgClassName
{
background-color: #BBBFD5;
}
</style>
border-color css
<style>
span { border-color: #BBBFD5; }
span { border-color: rgb(187,191,213); }
td.TdClassName
{
border-color: #BBBFD5;
}
.TagClassName
{
border-color: #BBBFD5;
}
</style>