Shades of Lavender Grey #BFBEE8
Tints of Lavender Grey #BFBEE8
RGB
CMYK
RGB Variations
Color information
#BFBEE8 (or 0xBFBEE8) is known color: Lavender Grey. HEX triplet: BF, BE and E8. RGB value is (191,190,232). Sum of RGB (Red+Green+Blue) = 191+190+232=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEE8 is #404117. Grayscale: #C2C2C2. Windows color (decimal): -4210968 or 15253183. OLE color: 15253183.
HSL color Cylindrical-coordinate representation of color #BFBEE8: hue angle of 241.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBEE8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 190 | 232 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.09 |
| HSL | 241.43º | 0.48% | 0.83% | - |
| HSV(B) | 241.43º | 0.18% | 0.91% | - |
| XYZ | 54.46 | 53.73 | 83.84 | - |
| YUV | 195.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 232 | 0.18 | 0.18 | 0 | 0.09 | 241.43 | 0.48 | 0.83 |
| Hex | BF | BE | E8 | 12 | 12 | 0 | 9 | F1 | 30 | 53 |
| Octal | 277 | 276 | 350 | 22 | 22 | 0 | 11 | 361 | 60 | 123 |
| Binary | 10111111 | 10111110 | 11101000 | 10010 | 10010 | 0 | 1001 | 11110001 | 110000 | 1010011 |
Color Harmonies of #BFBEE8
Complementary color
Monochromatic Colors of #BFBEE8
Black with #BFBEE8
Text Example
Text Example
White with #BFBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEE8; }
p { color: rgb(191,190,232); }
H1.HeaderClassName
{
color: #BFBEE8;
}
.AnyTagClassName
{
color: #BFBEE8;
}
</style>
background-color css
<style>
a { background-color: #BFBEE8; }
a { background-color: rgb(191,190,232); }
div.DivClassName
{
background-color: #BFBEE8;
}
.BgClassName
{
background-color: #BFBEE8;
}
</style>
border-color css
<style>
span { border-color: #BFBEE8; }
span { border-color: rgb(191,190,232); }
td.TdClassName
{
border-color: #BFBEE8;
}
.TagClassName
{
border-color: #BFBEE8;
}
</style>