Shades of Lavender Grey #BFC1CE
Tints of Lavender Grey #BFC1CE
RGB
CMYK
RGB Variations
Color information
#BFC1CE (or 0xBFC1CE) is known color: Lavender Grey. HEX triplet: BF, C1 and CE. RGB value is (191,193,206). Sum of RGB (Red+Green+Blue) = 191+193+206=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CE is #403E31. Grayscale: #C1C1C1. Windows color (decimal): -4210226 or 13550015. OLE color: 13550015.
HSL color Cylindrical-coordinate representation of color #BFC1CE: hue angle of 232º 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 #BFC1CE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 193 | 206 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.19 |
| HSL | 232º | 0.13% | 0.78% | - |
| HSV(B) | 232º | 0.07% | 0.81% | - |
| XYZ | 51.7 | 53.67 | 66.03 | - |
| YUV | 193.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 206 | 0.07 | 0.06 | 0 | 0.19 | 232 | 0.13 | 0.78 |
| Hex | BF | C1 | CE | 7 | 6 | 0 | 13 | E8 | D | 4E |
| Octal | 277 | 301 | 316 | 7 | 6 | 0 | 23 | 350 | 15 | 116 |
| Binary | 10111111 | 11000001 | 11001110 | 111 | 110 | 0 | 10011 | 11101000 | 1101 | 1001110 |
Color Harmonies of #BFC1CE
Complementary color
Monochromatic Colors of #BFC1CE
Black with #BFC1CE
Text Example
Text Example
White with #BFC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1CE; }
p { color: rgb(191,193,206); }
H1.HeaderClassName
{
color: #BFC1CE;
}
.AnyTagClassName
{
color: #BFC1CE;
}
</style>
background-color css
<style>
a { background-color: #BFC1CE; }
a { background-color: rgb(191,193,206); }
div.DivClassName
{
background-color: #BFC1CE;
}
.BgClassName
{
background-color: #BFC1CE;
}
</style>
border-color css
<style>
span { border-color: #BFC1CE; }
span { border-color: rgb(191,193,206); }
td.TdClassName
{
border-color: #BFC1CE;
}
.TagClassName
{
border-color: #BFC1CE;
}
</style>