Shades of Link Water #BDC8D9
Tints of Link Water #BDC8D9
RGB
CMYK
RGB Variations
Color information
#BDC8D9 (or 0xBDC8D9) is known color: Link Water. HEX triplet: BD, C8 and D9. RGB value is (189,200,217). Sum of RGB (Red+Green+Blue) = 189+200+217=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8D9 is #423726. Grayscale: #C6C6C6. Windows color (decimal): -4339495 or 14272701. OLE color: 14272701.
HSL color Cylindrical-coordinate representation of color #BDC8D9: hue angle of 216.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC8D9 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 200 | 217 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.15 |
| HSL | 216.43º | 0.27% | 0.8% | - |
| HSV(B) | 216.43º | 0.13% | 0.85% | - |
| XYZ | 54.16 | 57.14 | 73.82 | - |
| YUV | 198.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 217 | 0.13 | 0.08 | 0 | 0.15 | 216.43 | 0.27 | 0.8 |
| Hex | BD | C8 | D9 | D | 8 | 0 | F | D8 | 1B | 50 |
| Octal | 275 | 310 | 331 | 15 | 10 | 0 | 17 | 330 | 33 | 120 |
| Binary | 10111101 | 11001000 | 11011001 | 1101 | 1000 | 0 | 1111 | 11011000 | 11011 | 1010000 |
Color Harmonies of #BDC8D9
Complementary color
Monochromatic Colors of #BDC8D9
Black with #BDC8D9
Text Example
Text Example
White with #BDC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8D9; }
p { color: rgb(189,200,217); }
H1.HeaderClassName
{
color: #BDC8D9;
}
.AnyTagClassName
{
color: #BDC8D9;
}
</style>
background-color css
<style>
a { background-color: #BDC8D9; }
a { background-color: rgb(189,200,217); }
div.DivClassName
{
background-color: #BDC8D9;
}
.BgClassName
{
background-color: #BDC8D9;
}
</style>
border-color css
<style>
span { border-color: #BDC8D9; }
span { border-color: rgb(189,200,217); }
td.TdClassName
{
border-color: #BDC8D9;
}
.TagClassName
{
border-color: #BDC8D9;
}
</style>