Shades of Lavender Grey #BFBBE8
Tints of Lavender Grey #BFBBE8
RGB
CMYK
RGB Variations
Color information
#BFBBE8 (or 0xBFBBE8) is known color: Lavender Grey. HEX triplet: BF, BB and E8. RGB value is (191,187,232). Sum of RGB (Red+Green+Blue) = 191+187+232=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBE8 is #404417. Grayscale: #C1C1C1. Windows color (decimal): -4211736 or 15252415. OLE color: 15252415.
HSL color Cylindrical-coordinate representation of color #BFBBE8: hue angle of 245.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBBE8 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 187 | 232 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.09 |
| HSL | 245.33º | 0.49% | 0.82% | - |
| HSV(B) | 245.33º | 0.19% | 0.91% | - |
| XYZ | 53.82 | 52.44 | 83.63 | - |
| YUV | 193.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 232 | 0.18 | 0.19 | 0 | 0.09 | 245.33 | 0.49 | 0.82 |
| Hex | BF | BB | E8 | 12 | 13 | 0 | 9 | F5 | 31 | 52 |
| Octal | 277 | 273 | 350 | 22 | 23 | 0 | 11 | 365 | 61 | 122 |
| Binary | 10111111 | 10111011 | 11101000 | 10010 | 10011 | 0 | 1001 | 11110101 | 110001 | 1010010 |
Color Harmonies of #BFBBE8
Complementary color
Monochromatic Colors of #BFBBE8
Black with #BFBBE8
Text Example
Text Example
White with #BFBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBE8; }
p { color: rgb(191,187,232); }
H1.HeaderClassName
{
color: #BFBBE8;
}
.AnyTagClassName
{
color: #BFBBE8;
}
</style>
background-color css
<style>
a { background-color: #BFBBE8; }
a { background-color: rgb(191,187,232); }
div.DivClassName
{
background-color: #BFBBE8;
}
.BgClassName
{
background-color: #BFBBE8;
}
</style>
border-color css
<style>
span { border-color: #BFBBE8; }
span { border-color: rgb(191,187,232); }
td.TdClassName
{
border-color: #BFBBE8;
}
.TagClassName
{
border-color: #BFBBE8;
}
</style>