Shades of Lavender Grey #BFC1CB
Tints of Lavender Grey #BFC1CB
RGB
CMYK
RGB Variations
Color information
#BFC1CB (or 0xBFC1CB) is known color: Lavender Grey. HEX triplet: BF, C1 and CB. RGB value is (191,193,203). Sum of RGB (Red+Green+Blue) = 191+193+203=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CB is #403E34. Grayscale: #C1C1C1. Windows color (decimal): -4210229 or 13353407. OLE color: 13353407.
HSL color Cylindrical-coordinate representation of color #BFC1CB: hue angle of 230º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC1CB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 193 | 203 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.20 |
| HSL | 230º | 0.1% | 0.77% | - |
| HSV(B) | 230º | 0.06% | 0.8% | - |
| XYZ | 51.34 | 53.53 | 64.13 | - |
| YUV | 193.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 203 | 0.06 | 0.05 | 0 | 0.20 | 230 | 0.1 | 0.77 |
| Hex | BF | C1 | CB | 6 | 5 | 0 | 14 | E6 | A | 4D |
| Octal | 277 | 301 | 313 | 6 | 5 | 0 | 24 | 346 | 12 | 115 |
| Binary | 10111111 | 11000001 | 11001011 | 110 | 101 | 0 | 10100 | 11100110 | 1010 | 1001101 |
Color Harmonies of #BFC1CB
Complementary color
Monochromatic Colors of #BFC1CB
Black with #BFC1CB
Text Example
Text Example
White with #BFC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1CB; }
p { color: rgb(191,193,203); }
H1.HeaderClassName
{
color: #BFC1CB;
}
.AnyTagClassName
{
color: #BFC1CB;
}
</style>
background-color css
<style>
a { background-color: #BFC1CB; }
a { background-color: rgb(191,193,203); }
div.DivClassName
{
background-color: #BFC1CB;
}
.BgClassName
{
background-color: #BFC1CB;
}
</style>
border-color css
<style>
span { border-color: #BFC1CB; }
span { border-color: rgb(191,193,203); }
td.TdClassName
{
border-color: #BFC1CB;
}
.TagClassName
{
border-color: #BFC1CB;
}
</style>