Shades of Link Water #BFC8D8
Tints of Link Water #BFC8D8
RGB
CMYK
RGB Variations
Color information
#BFC8D8 (or 0xBFC8D8) is known color: Link Water. HEX triplet: BF, C8 and D8. RGB value is (191,200,216). Sum of RGB (Red+Green+Blue) = 191+200+216=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8D8 is #403727. Grayscale: #C7C7C7. Windows color (decimal): -4208424 or 14207167. OLE color: 14207167.
HSL color Cylindrical-coordinate representation of color #BFC8D8: hue angle of 218.4º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC8D8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 200 | 216 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.15 |
| HSL | 218.4º | 0.24% | 0.8% | - |
| HSV(B) | 218.4º | 0.12% | 0.85% | - |
| XYZ | 54.53 | 57.34 | 73.16 | - |
| YUV | 199.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 216 | 0.12 | 0.07 | 0 | 0.15 | 218.4 | 0.24 | 0.8 |
| Hex | BF | C8 | D8 | C | 7 | 0 | F | DA | 18 | 50 |
| Octal | 277 | 310 | 330 | 14 | 7 | 0 | 17 | 332 | 30 | 120 |
| Binary | 10111111 | 11001000 | 11011000 | 1100 | 111 | 0 | 1111 | 11011010 | 11000 | 1010000 |
Color Harmonies of #BFC8D8
Complementary color
Monochromatic Colors of #BFC8D8
Black with #BFC8D8
Text Example
Text Example
White with #BFC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8D8; }
p { color: rgb(191,200,216); }
H1.HeaderClassName
{
color: #BFC8D8;
}
.AnyTagClassName
{
color: #BFC8D8;
}
</style>
background-color css
<style>
a { background-color: #BFC8D8; }
a { background-color: rgb(191,200,216); }
div.DivClassName
{
background-color: #BFC8D8;
}
.BgClassName
{
background-color: #BFC8D8;
}
</style>
border-color css
<style>
span { border-color: #BFC8D8; }
span { border-color: rgb(191,200,216); }
td.TdClassName
{
border-color: #BFC8D8;
}
.TagClassName
{
border-color: #BFC8D8;
}
</style>