Shades of Link Water #BFC5CF
Tints of Link Water #BFC5CF
RGB
CMYK
RGB Variations
Color information
#BFC5CF (or 0xBFC5CF) is known color: Link Water. HEX triplet: BF, C5 and CF. RGB value is (191,197,207). Sum of RGB (Red+Green+Blue) = 191+197+207=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5CF is #403A30. Grayscale: #C4C4C4. Windows color (decimal): -4209201 or 13616575. OLE color: 13616575.
HSL color Cylindrical-coordinate representation of color #BFC5CF: hue angle of 217.5º 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 #BFC5CF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 197 | 207 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.19 |
| HSL | 217.5º | 0.14% | 0.78% | - |
| HSV(B) | 217.5º | 0.08% | 0.81% | - |
| XYZ | 52.71 | 55.51 | 66.97 | - |
| YUV | 196.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 207 | 0.08 | 0.05 | 0 | 0.19 | 217.5 | 0.14 | 0.78 |
| Hex | BF | C5 | CF | 8 | 5 | 0 | 13 | DA | E | 4E |
| Octal | 277 | 305 | 317 | 10 | 5 | 0 | 23 | 332 | 16 | 116 |
| Binary | 10111111 | 11000101 | 11001111 | 1000 | 101 | 0 | 10011 | 11011010 | 1110 | 1001110 |
Color Harmonies of #BFC5CF
Complementary color
Monochromatic Colors of #BFC5CF
Black with #BFC5CF
Text Example
Text Example
White with #BFC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5CF; }
p { color: rgb(191,197,207); }
H1.HeaderClassName
{
color: #BFC5CF;
}
.AnyTagClassName
{
color: #BFC5CF;
}
</style>
background-color css
<style>
a { background-color: #BFC5CF; }
a { background-color: rgb(191,197,207); }
div.DivClassName
{
background-color: #BFC5CF;
}
.BgClassName
{
background-color: #BFC5CF;
}
</style>
border-color css
<style>
span { border-color: #BFC5CF; }
span { border-color: rgb(191,197,207); }
td.TdClassName
{
border-color: #BFC5CF;
}
.TagClassName
{
border-color: #BFC5CF;
}
</style>