Shades of Link Water #BFC0C2
Tints of Link Water #BFC0C2
RGB
CMYK
RGB Variations
Color information
#BFC0C2 (or 0xBFC0C2) is known color: Link Water. HEX triplet: BF, C0 and C2. RGB value is (191,192,194). Sum of RGB (Red+Green+Blue) = 191+192+194=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C2 is #403F3D. Grayscale: #BFBFBF. Windows color (decimal): -4210494 or 12763327. OLE color: 12763327.
HSL color Cylindrical-coordinate representation of color #BFC0C2: hue angle of 220º 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 #BFC0C2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 192 | 194 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.24 |
| HSL | 220º | 0.02% | 0.75% | - |
| HSV(B) | 220º | 0.02% | 0.76% | - |
| XYZ | 50.07 | 52.67 | 58.57 | - |
| YUV | 191.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 194 | 0.02 | 0.01 | 0 | 0.24 | 220 | 0.02 | 0.75 |
| Hex | BF | C0 | C2 | 2 | 1 | 0 | 18 | DC | 2 | 4B |
| Octal | 277 | 300 | 302 | 2 | 1 | 0 | 30 | 334 | 2 | 113 |
| Binary | 10111111 | 11000000 | 11000010 | 10 | 1 | 0 | 11000 | 11011100 | 10 | 1001011 |
Color Harmonies of #BFC0C2
Complementary color
Monochromatic Colors of #BFC0C2
Black with #BFC0C2
Text Example
Text Example
White with #BFC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0C2; }
p { color: rgb(191,192,194); }
H1.HeaderClassName
{
color: #BFC0C2;
}
.AnyTagClassName
{
color: #BFC0C2;
}
</style>
background-color css
<style>
a { background-color: #BFC0C2; }
a { background-color: rgb(191,192,194); }
div.DivClassName
{
background-color: #BFC0C2;
}
.BgClassName
{
background-color: #BFC0C2;
}
</style>
border-color css
<style>
span { border-color: #BFC0C2; }
span { border-color: rgb(191,192,194); }
td.TdClassName
{
border-color: #BFC0C2;
}
.TagClassName
{
border-color: #BFC0C2;
}
</style>