Shades of Heather #BFC1C2
Tints of Heather #BFC1C2
RGB
CMYK
RGB Variations
Color information
#BFC1C2 (or 0xBFC1C2) is known color: Heather. HEX triplet: BF, C1 and C2. RGB value is (191,193,194). Sum of RGB (Red+Green+Blue) = 191+193+194=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1C2 is #403E3D. Grayscale: #C0C0C0. Windows color (decimal): -4210238 or 12763583. OLE color: 12763583.
HSL color Cylindrical-coordinate representation of color #BFC1C2: hue angle of 200º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFC1C2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 193 | 194 | - |
CMYK | 0.02 | 0.01 | 0 | 0.24 |
HSL | 200º | 0.02% | 0.75% | - |
HSV(B) | 200º | 0.02% | 0.76% | - |
XYZ | 50.29 | 53.11 | 58.64 | - |
YUV | 192.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 193 | 194 | 0.02 | 0.01 | 0 | 0.24 | 200 | 0.02 | 0.75 |
Hex | BF | C1 | C2 | 2 | 1 | 0 | 18 | C8 | 2 | 4B |
Octal | 277 | 301 | 302 | 2 | 1 | 0 | 30 | 310 | 2 | 113 |
Binary | 10111111 | 11000001 | 11000010 | 10 | 1 | 0 | 11000 | 11001000 | 10 | 1001011 |
Color Harmonies of #BFC1C2
Complementary color
Monochromatic Colors of #BFC1C2
Black with #BFC1C2
Text Example
Text Example
White with #BFC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1C2; }
p { color: rgb(191,193,194); }
H1.HeaderClassName
{
color: #BFC1C2;
}
.AnyTagClassName
{
color: #BFC1C2;
}
</style>
background-color css
<style>
a { background-color: #BFC1C2; }
a { background-color: rgb(191,193,194); }
div.DivClassName
{
background-color: #BFC1C2;
}
.BgClassName
{
background-color: #BFC1C2;
}
</style>
border-color css
<style>
span { border-color: #BFC1C2; }
span { border-color: rgb(191,193,194); }
td.TdClassName
{
border-color: #BFC1C2;
}
.TagClassName
{
border-color: #BFC1C2;
}
</style>