Shades of Link Water #BFC2CF
Tints of Link Water #BFC2CF
RGB
CMYK
RGB Variations
Color information
#BFC2CF (or 0xBFC2CF) is known color: Link Water. HEX triplet: BF, C2 and CF. RGB value is (191,194,207). Sum of RGB (Red+Green+Blue) = 191+194+207=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2CF is #403D30. Grayscale: #C2C2C2. Windows color (decimal): -4209969 or 13615807. OLE color: 13615807.
HSL color Cylindrical-coordinate representation of color #BFC2CF: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC2CF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 194 | 207 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.19 |
| HSL | 228.75º | 0.14% | 0.78% | - |
| HSV(B) | 228.75º | 0.08% | 0.81% | - |
| XYZ | 52.04 | 54.16 | 66.74 | - |
| YUV | 194.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 207 | 0.08 | 0.06 | 0 | 0.19 | 228.75 | 0.14 | 0.78 |
| Hex | BF | C2 | CF | 8 | 6 | 0 | 13 | E5 | E | 4E |
| Octal | 277 | 302 | 317 | 10 | 6 | 0 | 23 | 345 | 16 | 116 |
| Binary | 10111111 | 11000010 | 11001111 | 1000 | 110 | 0 | 10011 | 11100101 | 1110 | 1001110 |
Color Harmonies of #BFC2CF
Complementary color
Monochromatic Colors of #BFC2CF
Black with #BFC2CF
Text Example
Text Example
White with #BFC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2CF; }
p { color: rgb(191,194,207); }
H1.HeaderClassName
{
color: #BFC2CF;
}
.AnyTagClassName
{
color: #BFC2CF;
}
</style>
background-color css
<style>
a { background-color: #BFC2CF; }
a { background-color: rgb(191,194,207); }
div.DivClassName
{
background-color: #BFC2CF;
}
.BgClassName
{
background-color: #BFC2CF;
}
</style>
border-color css
<style>
span { border-color: #BFC2CF; }
span { border-color: rgb(191,194,207); }
td.TdClassName
{
border-color: #BFC2CF;
}
.TagClassName
{
border-color: #BFC2CF;
}
</style>