Shades of Link Water #BFC9D7
Tints of Link Water #BFC9D7
RGB
CMYK
RGB Variations
Color information
#BFC9D7 (or 0xBFC9D7) is known color: Link Water. HEX triplet: BF, C9 and D7. RGB value is (191,201,215). Sum of RGB (Red+Green+Blue) = 191+201+215=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9D7 is #403628. Grayscale: #C7C7C7. Windows color (decimal): -4208169 or 14141887. OLE color: 14141887.
HSL color Cylindrical-coordinate representation of color #BFC9D7: hue angle of 215º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC9D7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 201 | 215 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.16 |
| HSL | 215º | 0.23% | 0.8% | - |
| HSV(B) | 215º | 0.11% | 0.84% | - |
| XYZ | 54.64 | 57.76 | 72.56 | - |
| YUV | 199.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 215 | 0.11 | 0.07 | 0 | 0.16 | 215 | 0.23 | 0.8 |
| Hex | BF | C9 | D7 | B | 7 | 0 | 10 | D7 | 17 | 50 |
| Octal | 277 | 311 | 327 | 13 | 7 | 0 | 20 | 327 | 27 | 120 |
| Binary | 10111111 | 11001001 | 11010111 | 1011 | 111 | 0 | 10000 | 11010111 | 10111 | 1010000 |
Color Harmonies of #BFC9D7
Complementary color
Monochromatic Colors of #BFC9D7
Black with #BFC9D7
Text Example
Text Example
White with #BFC9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9D7; }
p { color: rgb(191,201,215); }
H1.HeaderClassName
{
color: #BFC9D7;
}
.AnyTagClassName
{
color: #BFC9D7;
}
</style>
background-color css
<style>
a { background-color: #BFC9D7; }
a { background-color: rgb(191,201,215); }
div.DivClassName
{
background-color: #BFC9D7;
}
.BgClassName
{
background-color: #BFC9D7;
}
</style>
border-color css
<style>
span { border-color: #BFC9D7; }
span { border-color: rgb(191,201,215); }
td.TdClassName
{
border-color: #BFC9D7;
}
.TagClassName
{
border-color: #BFC9D7;
}
</style>