Shades of Link Water #BDC7D8
Tints of Link Water #BDC7D8
RGB
CMYK
RGB Variations
Color information
#BDC7D8 (or 0xBDC7D8) is known color: Link Water. HEX triplet: BD, C7 and D8. RGB value is (189,199,216). Sum of RGB (Red+Green+Blue) = 189+199+216=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7D8 is #423827. Grayscale: #C5C5C5. Windows color (decimal): -4339752 or 14206909. OLE color: 14206909.
HSL color Cylindrical-coordinate representation of color #BDC7D8: hue angle of 217.78º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC7D8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 199 | 216 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.15 |
| HSL | 217.78º | 0.26% | 0.79% | - |
| HSV(B) | 217.78º | 0.13% | 0.85% | - |
| XYZ | 53.8 | 56.62 | 73.06 | - |
| YUV | 197.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 216 | 0.12 | 0.08 | 0 | 0.15 | 217.78 | 0.26 | 0.79 |
| Hex | BD | C7 | D8 | C | 8 | 0 | F | DA | 1A | 4F |
| Octal | 275 | 307 | 330 | 14 | 10 | 0 | 17 | 332 | 32 | 117 |
| Binary | 10111101 | 11000111 | 11011000 | 1100 | 1000 | 0 | 1111 | 11011010 | 11010 | 1001111 |
Color Harmonies of #BDC7D8
Complementary color
Monochromatic Colors of #BDC7D8
Black with #BDC7D8
Text Example
Text Example
White with #BDC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7D8; }
p { color: rgb(189,199,216); }
H1.HeaderClassName
{
color: #BDC7D8;
}
.AnyTagClassName
{
color: #BDC7D8;
}
</style>
background-color css
<style>
a { background-color: #BDC7D8; }
a { background-color: rgb(189,199,216); }
div.DivClassName
{
background-color: #BDC7D8;
}
.BgClassName
{
background-color: #BDC7D8;
}
</style>
border-color css
<style>
span { border-color: #BDC7D8; }
span { border-color: rgb(189,199,216); }
td.TdClassName
{
border-color: #BDC7D8;
}
.TagClassName
{
border-color: #BDC7D8;
}
</style>