Shades of Lavender Grey #BFBBE9
Tints of Lavender Grey #BFBBE9
RGB
CMYK
RGB Variations
Color information
#BFBBE9 (or 0xBFBBE9) is known color: Lavender Grey. HEX triplet: BF, BB and E9. RGB value is (191,187,233). Sum of RGB (Red+Green+Blue) = 191+187+233=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBE9 is #404416. Grayscale: #C1C1C1. Windows color (decimal): -4211735 or 15317951. OLE color: 15317951.
HSL color Cylindrical-coordinate representation of color #BFBBE9: hue angle of 245.22º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBBE9 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 187 | 233 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.09 |
| HSL | 245.22º | 0.51% | 0.82% | - |
| HSV(B) | 245.22º | 0.2% | 0.91% | - |
| XYZ | 53.96 | 52.5 | 84.38 | - |
| YUV | 193.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 233 | 0.18 | 0.20 | 0 | 0.09 | 245.22 | 0.51 | 0.82 |
| Hex | BF | BB | E9 | 12 | 14 | 0 | 9 | F5 | 33 | 52 |
| Octal | 277 | 273 | 351 | 22 | 24 | 0 | 11 | 365 | 63 | 122 |
| Binary | 10111111 | 10111011 | 11101001 | 10010 | 10100 | 0 | 1001 | 11110101 | 110011 | 1010010 |
Color Harmonies of #BFBBE9
Complementary color
Monochromatic Colors of #BFBBE9
Black with #BFBBE9
Text Example
Text Example
White with #BFBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBE9; }
p { color: rgb(191,187,233); }
H1.HeaderClassName
{
color: #BFBBE9;
}
.AnyTagClassName
{
color: #BFBBE9;
}
</style>
background-color css
<style>
a { background-color: #BFBBE9; }
a { background-color: rgb(191,187,233); }
div.DivClassName
{
background-color: #BFBBE9;
}
.BgClassName
{
background-color: #BFBBE9;
}
</style>
border-color css
<style>
span { border-color: #BFBBE9; }
span { border-color: rgb(191,187,233); }
td.TdClassName
{
border-color: #BFBBE9;
}
.TagClassName
{
border-color: #BFBBE9;
}
</style>