Shades of Link Water #BFC5D0
Tints of Link Water #BFC5D0
RGB
CMYK
RGB Variations
Color information
#BFC5D0 (or 0xBFC5D0) is known color: Link Water. HEX triplet: BF, C5 and D0. RGB value is (191,197,208). Sum of RGB (Red+Green+Blue) = 191+197+208=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5D0 is #403A2F. Grayscale: #C4C4C4. Windows color (decimal): -4209200 or 13682111. OLE color: 13682111.
HSL color Cylindrical-coordinate representation of color #BFC5D0: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC5D0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 197 | 208 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.18 |
| HSL | 218.82º | 0.15% | 0.78% | - |
| HSV(B) | 218.82º | 0.08% | 0.82% | - |
| XYZ | 52.84 | 55.56 | 67.61 | - |
| YUV | 196.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 208 | 0.08 | 0.05 | 0 | 0.18 | 218.82 | 0.15 | 0.78 |
| Hex | BF | C5 | D0 | 8 | 5 | 0 | 12 | DB | F | 4E |
| Octal | 277 | 305 | 320 | 10 | 5 | 0 | 22 | 333 | 17 | 116 |
| Binary | 10111111 | 11000101 | 11010000 | 1000 | 101 | 0 | 10010 | 11011011 | 1111 | 1001110 |
Color Harmonies of #BFC5D0
Complementary color
Monochromatic Colors of #BFC5D0
Black with #BFC5D0
Text Example
Text Example
White with #BFC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5D0; }
p { color: rgb(191,197,208); }
H1.HeaderClassName
{
color: #BFC5D0;
}
.AnyTagClassName
{
color: #BFC5D0;
}
</style>
background-color css
<style>
a { background-color: #BFC5D0; }
a { background-color: rgb(191,197,208); }
div.DivClassName
{
background-color: #BFC5D0;
}
.BgClassName
{
background-color: #BFC5D0;
}
</style>
border-color css
<style>
span { border-color: #BFC5D0; }
span { border-color: rgb(191,197,208); }
td.TdClassName
{
border-color: #BFC5D0;
}
.TagClassName
{
border-color: #BFC5D0;
}
</style>