Shades of Lavender Grey #BFBCE5
Tints of Lavender Grey #BFBCE5
RGB
CMYK
RGB Variations
Color information
#BFBCE5 (or 0xBFBCE5) is known color: Lavender Grey. HEX triplet: BF, BC and E5. RGB value is (191,188,229). Sum of RGB (Red+Green+Blue) = 191+188+229=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCE5 is #40431A. Grayscale: #C1C1C1. Windows color (decimal): -4211483 or 15056063. OLE color: 15056063.
HSL color Cylindrical-coordinate representation of color #BFBCE5: hue angle of 244.39º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBCE5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 188 | 229 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.10 |
| HSL | 244.39º | 0.44% | 0.82% | - |
| HSV(B) | 244.39º | 0.18% | 0.9% | - |
| XYZ | 53.61 | 52.7 | 81.48 | - |
| YUV | 193.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 229 | 0.17 | 0.18 | 0 | 0.10 | 244.39 | 0.44 | 0.82 |
| Hex | BF | BC | E5 | 11 | 12 | 0 | A | F4 | 2C | 52 |
| Octal | 277 | 274 | 345 | 21 | 22 | 0 | 12 | 364 | 54 | 122 |
| Binary | 10111111 | 10111100 | 11100101 | 10001 | 10010 | 0 | 1010 | 11110100 | 101100 | 1010010 |
Color Harmonies of #BFBCE5
Complementary color
Monochromatic Colors of #BFBCE5
Black with #BFBCE5
Text Example
Text Example
White with #BFBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCE5; }
p { color: rgb(191,188,229); }
H1.HeaderClassName
{
color: #BFBCE5;
}
.AnyTagClassName
{
color: #BFBCE5;
}
</style>
background-color css
<style>
a { background-color: #BFBCE5; }
a { background-color: rgb(191,188,229); }
div.DivClassName
{
background-color: #BFBCE5;
}
.BgClassName
{
background-color: #BFBCE5;
}
</style>
border-color css
<style>
span { border-color: #BFBCE5; }
span { border-color: rgb(191,188,229); }
td.TdClassName
{
border-color: #BFBCE5;
}
.TagClassName
{
border-color: #BFBCE5;
}
</style>