Shades of Lavender Grey #BFBECF
Tints of Lavender Grey #BFBECF
RGB
CMYK
RGB Variations
Color information
#BFBECF (or 0xBFBECF) is known color: Lavender Grey. HEX triplet: BF, BE and CF. RGB value is (191,190,207). Sum of RGB (Red+Green+Blue) = 191+190+207=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECF is #404130. Grayscale: #C0C0C0. Windows color (decimal): -4210993 or 13614783. OLE color: 13614783.
HSL color Cylindrical-coordinate representation of color #BFBECF: hue angle of 243.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBECF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 190 | 207 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.19 |
| HSL | 243.53º | 0.15% | 0.78% | - |
| HSV(B) | 243.53º | 0.08% | 0.81% | - |
| XYZ | 51.16 | 52.41 | 66.45 | - |
| YUV | 192.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 207 | 0.08 | 0.08 | 0 | 0.19 | 243.53 | 0.15 | 0.78 |
| Hex | BF | BE | CF | 8 | 8 | 0 | 13 | F4 | F | 4E |
| Octal | 277 | 276 | 317 | 10 | 10 | 0 | 23 | 364 | 17 | 116 |
| Binary | 10111111 | 10111110 | 11001111 | 1000 | 1000 | 0 | 10011 | 11110100 | 1111 | 1001110 |
Color Harmonies of #BFBECF
Complementary color
Monochromatic Colors of #BFBECF
Black with #BFBECF
Text Example
Text Example
White with #BFBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBECF; }
p { color: rgb(191,190,207); }
H1.HeaderClassName
{
color: #BFBECF;
}
.AnyTagClassName
{
color: #BFBECF;
}
</style>
background-color css
<style>
a { background-color: #BFBECF; }
a { background-color: rgb(191,190,207); }
div.DivClassName
{
background-color: #BFBECF;
}
.BgClassName
{
background-color: #BFBECF;
}
</style>
border-color css
<style>
span { border-color: #BFBECF; }
span { border-color: rgb(191,190,207); }
td.TdClassName
{
border-color: #BFBECF;
}
.TagClassName
{
border-color: #BFBECF;
}
</style>