Shades of Lavender Grey #BFBFCE
Tints of Lavender Grey #BFBFCE
RGB
CMYK
RGB Variations
Color information
#BFBFCE (or 0xBFBFCE) is known color: Lavender Grey. HEX triplet: BF, BF and CE. RGB value is (191,191,206). Sum of RGB (Red+Green+Blue) = 191+191+206=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFCE is #404031. Grayscale: #C0C0C0. Windows color (decimal): -4210738 or 13549503. OLE color: 13549503.
HSL color Cylindrical-coordinate representation of color #BFBFCE: hue angle of 240º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBFCE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 191 | 206 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.19 |
| HSL | 240º | 0.13% | 0.78% | - |
| HSV(B) | 240º | 0.07% | 0.81% | - |
| XYZ | 51.26 | 52.79 | 65.88 | - |
| YUV | 192.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 206 | 0.07 | 0.07 | 0 | 0.19 | 240 | 0.13 | 0.78 |
| Hex | BF | BF | CE | 7 | 7 | 0 | 13 | F0 | D | 4E |
| Octal | 277 | 277 | 316 | 7 | 7 | 0 | 23 | 360 | 15 | 116 |
| Binary | 10111111 | 10111111 | 11001110 | 111 | 111 | 0 | 10011 | 11110000 | 1101 | 1001110 |
Color Harmonies of #BFBFCE
Complementary color
Monochromatic Colors of #BFBFCE
Black with #BFBFCE
Text Example
Text Example
White with #BFBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFCE; }
p { color: rgb(191,191,206); }
H1.HeaderClassName
{
color: #BFBFCE;
}
.AnyTagClassName
{
color: #BFBFCE;
}
</style>
background-color css
<style>
a { background-color: #BFBFCE; }
a { background-color: rgb(191,191,206); }
div.DivClassName
{
background-color: #BFBFCE;
}
.BgClassName
{
background-color: #BFBFCE;
}
</style>
border-color css
<style>
span { border-color: #BFBFCE; }
span { border-color: rgb(191,191,206); }
td.TdClassName
{
border-color: #BFBFCE;
}
.TagClassName
{
border-color: #BFBFCE;
}
</style>