Shades of Lavender Grey #BFC0CE
Tints of Lavender Grey #BFC0CE
RGB
CMYK
RGB Variations
Color information
#BFC0CE (or 0xBFC0CE) is known color: Lavender Grey. HEX triplet: BF, C0 and CE. RGB value is (191,192,206). Sum of RGB (Red+Green+Blue) = 191+192+206=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CE is #403F31. Grayscale: #C1C1C1. Windows color (decimal): -4210482 or 13549759. OLE color: 13549759.
HSL color Cylindrical-coordinate representation of color #BFC0CE: hue angle of 236º 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 #BFC0CE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 192 | 206 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.19 |
| HSL | 236º | 0.13% | 0.78% | - |
| HSV(B) | 236º | 0.07% | 0.81% | - |
| XYZ | 51.48 | 53.23 | 65.95 | - |
| YUV | 193.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 206 | 0.07 | 0.07 | 0 | 0.19 | 236 | 0.13 | 0.78 |
| Hex | BF | C0 | CE | 7 | 7 | 0 | 13 | EC | D | 4E |
| Octal | 277 | 300 | 316 | 7 | 7 | 0 | 23 | 354 | 15 | 116 |
| Binary | 10111111 | 11000000 | 11001110 | 111 | 111 | 0 | 10011 | 11101100 | 1101 | 1001110 |
Color Harmonies of #BFC0CE
Complementary color
Monochromatic Colors of #BFC0CE
Black with #BFC0CE
Text Example
Text Example
White with #BFC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0CE; }
p { color: rgb(191,192,206); }
H1.HeaderClassName
{
color: #BFC0CE;
}
.AnyTagClassName
{
color: #BFC0CE;
}
</style>
background-color css
<style>
a { background-color: #BFC0CE; }
a { background-color: rgb(191,192,206); }
div.DivClassName
{
background-color: #BFC0CE;
}
.BgClassName
{
background-color: #BFC0CE;
}
</style>
border-color css
<style>
span { border-color: #BFC0CE; }
span { border-color: rgb(191,192,206); }
td.TdClassName
{
border-color: #BFC0CE;
}
.TagClassName
{
border-color: #BFC0CE;
}
</style>