Shades of Link Water #BFC8DC
Tints of Link Water #BFC8DC
RGB
CMYK
RGB Variations
Color information
#BFC8DC (or 0xBFC8DC) is known color: Link Water. HEX triplet: BF, C8 and DC. RGB value is (191,200,220). Sum of RGB (Red+Green+Blue) = 191+200+220=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8DC is #403723. Grayscale: #C7C7C7. Windows color (decimal): -4208420 or 14469311. OLE color: 14469311.
HSL color Cylindrical-coordinate representation of color #BFC8DC: hue angle of 221.38º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC8DC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 200 | 220 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.14 |
| HSL | 221.38º | 0.29% | 0.81% | - |
| HSV(B) | 221.38º | 0.13% | 0.86% | - |
| XYZ | 55.06 | 57.55 | 75.92 | - |
| YUV | 199.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 220 | 0.13 | 0.09 | 0 | 0.14 | 221.38 | 0.29 | 0.81 |
| Hex | BF | C8 | DC | D | 9 | 0 | E | DD | 1D | 51 |
| Octal | 277 | 310 | 334 | 15 | 11 | 0 | 16 | 335 | 35 | 121 |
| Binary | 10111111 | 11001000 | 11011100 | 1101 | 1001 | 0 | 1110 | 11011101 | 11101 | 1010001 |
Color Harmonies of #BFC8DC
Complementary color
Monochromatic Colors of #BFC8DC
Black with #BFC8DC
Text Example
Text Example
White with #BFC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8DC; }
p { color: rgb(191,200,220); }
H1.HeaderClassName
{
color: #BFC8DC;
}
.AnyTagClassName
{
color: #BFC8DC;
}
</style>
background-color css
<style>
a { background-color: #BFC8DC; }
a { background-color: rgb(191,200,220); }
div.DivClassName
{
background-color: #BFC8DC;
}
.BgClassName
{
background-color: #BFC8DC;
}
</style>
border-color css
<style>
span { border-color: #BFC8DC; }
span { border-color: rgb(191,200,220); }
td.TdClassName
{
border-color: #BFC8DC;
}
.TagClassName
{
border-color: #BFC8DC;
}
</style>