Shades of Link Water #BFC7D5
Tints of Link Water #BFC7D5
RGB
CMYK
RGB Variations
Color information
#BFC7D5 (or 0xBFC7D5) is known color: Link Water. HEX triplet: BF, C7 and D5. RGB value is (191,199,213). Sum of RGB (Red+Green+Blue) = 191+199+213=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7D5 is #40382A. Grayscale: #C6C6C6. Windows color (decimal): -4208683 or 14010303. OLE color: 14010303.
HSL color Cylindrical-coordinate representation of color #BFC7D5: hue angle of 218.18º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC7D5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 199 | 213 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.16 |
| HSL | 218.18º | 0.21% | 0.79% | - |
| HSV(B) | 218.18º | 0.1% | 0.84% | - |
| XYZ | 53.92 | 56.73 | 71.06 | - |
| YUV | 198.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 213 | 0.10 | 0.07 | 0 | 0.16 | 218.18 | 0.21 | 0.79 |
| Hex | BF | C7 | D5 | A | 7 | 0 | 10 | DA | 15 | 4F |
| Octal | 277 | 307 | 325 | 12 | 7 | 0 | 20 | 332 | 25 | 117 |
| Binary | 10111111 | 11000111 | 11010101 | 1010 | 111 | 0 | 10000 | 11011010 | 10101 | 1001111 |
Color Harmonies of #BFC7D5
Complementary color
Monochromatic Colors of #BFC7D5
Black with #BFC7D5
Text Example
Text Example
White with #BFC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7D5; }
p { color: rgb(191,199,213); }
H1.HeaderClassName
{
color: #BFC7D5;
}
.AnyTagClassName
{
color: #BFC7D5;
}
</style>
background-color css
<style>
a { background-color: #BFC7D5; }
a { background-color: rgb(191,199,213); }
div.DivClassName
{
background-color: #BFC7D5;
}
.BgClassName
{
background-color: #BFC7D5;
}
</style>
border-color css
<style>
span { border-color: #BFC7D5; }
span { border-color: rgb(191,199,213); }
td.TdClassName
{
border-color: #BFC7D5;
}
.TagClassName
{
border-color: #BFC7D5;
}
</style>