Shades of Lavender Grey #BFC1CF
Tints of Lavender Grey #BFC1CF
RGB
CMYK
RGB Variations
Color information
#BFC1CF (or 0xBFC1CF) is known color: Lavender Grey. HEX triplet: BF, C1 and CF. RGB value is (191,193,207). Sum of RGB (Red+Green+Blue) = 191+193+207=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CF is #403E30. Grayscale: #C1C1C1. Windows color (decimal): -4210225 or 13615551. OLE color: 13615551.
HSL color Cylindrical-coordinate representation of color #BFC1CF: hue angle of 232.5º degrees, saturation: 0.14, 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 #BFC1CF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 193 | 207 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.19 |
| HSL | 232.5º | 0.14% | 0.78% | - |
| HSV(B) | 232.5º | 0.08% | 0.81% | - |
| XYZ | 51.82 | 53.72 | 66.67 | - |
| YUV | 194 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 207 | 0.08 | 0.07 | 0 | 0.19 | 232.5 | 0.14 | 0.78 |
| Hex | BF | C1 | CF | 8 | 7 | 0 | 13 | E8 | E | 4E |
| Octal | 277 | 301 | 317 | 10 | 7 | 0 | 23 | 350 | 16 | 116 |
| Binary | 10111111 | 11000001 | 11001111 | 1000 | 111 | 0 | 10011 | 11101000 | 1110 | 1001110 |
Color Harmonies of #BFC1CF
Complementary color
Monochromatic Colors of #BFC1CF
Black with #BFC1CF
Text Example
Text Example
White with #BFC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1CF; }
p { color: rgb(191,193,207); }
H1.HeaderClassName
{
color: #BFC1CF;
}
.AnyTagClassName
{
color: #BFC1CF;
}
</style>
background-color css
<style>
a { background-color: #BFC1CF; }
a { background-color: rgb(191,193,207); }
div.DivClassName
{
background-color: #BFC1CF;
}
.BgClassName
{
background-color: #BFC1CF;
}
</style>
border-color css
<style>
span { border-color: #BFC1CF; }
span { border-color: rgb(191,193,207); }
td.TdClassName
{
border-color: #BFC1CF;
}
.TagClassName
{
border-color: #BFC1CF;
}
</style>