Shades of Link Water #BFC9D8
Tints of Link Water #BFC9D8
RGB
CMYK
RGB Variations
Color information
#BFC9D8 (or 0xBFC9D8) is known color: Link Water. HEX triplet: BF, C9 and D8. RGB value is (191,201,216). Sum of RGB (Red+Green+Blue) = 191+201+216=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9D8 is #403627. Grayscale: #C7C7C7. Windows color (decimal): -4208168 or 14207423. OLE color: 14207423.
HSL color Cylindrical-coordinate representation of color #BFC9D8: hue angle of 216º 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 #BFC9D8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 201 | 216 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.15 |
| HSL | 216º | 0.24% | 0.8% | - |
| HSV(B) | 216º | 0.12% | 0.85% | - |
| XYZ | 54.77 | 57.81 | 73.24 | - |
| YUV | 199.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 216 | 0.12 | 0.07 | 0 | 0.15 | 216 | 0.24 | 0.8 |
| Hex | BF | C9 | D8 | C | 7 | 0 | F | D8 | 18 | 50 |
| Octal | 277 | 311 | 330 | 14 | 7 | 0 | 17 | 330 | 30 | 120 |
| Binary | 10111111 | 11001001 | 11011000 | 1100 | 111 | 0 | 1111 | 11011000 | 11000 | 1010000 |
Color Harmonies of #BFC9D8
Complementary color
Monochromatic Colors of #BFC9D8
Black with #BFC9D8
Text Example
Text Example
White with #BFC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9D8; }
p { color: rgb(191,201,216); }
H1.HeaderClassName
{
color: #BFC9D8;
}
.AnyTagClassName
{
color: #BFC9D8;
}
</style>
background-color css
<style>
a { background-color: #BFC9D8; }
a { background-color: rgb(191,201,216); }
div.DivClassName
{
background-color: #BFC9D8;
}
.BgClassName
{
background-color: #BFC9D8;
}
</style>
border-color css
<style>
span { border-color: #BFC9D8; }
span { border-color: rgb(191,201,216); }
td.TdClassName
{
border-color: #BFC9D8;
}
.TagClassName
{
border-color: #BFC9D8;
}
</style>