Shades of Link Water #BDC7DC
Tints of Link Water #BDC7DC
RGB
CMYK
RGB Variations
Color information
#BDC7DC (or 0xBDC7DC) is known color: Link Water. HEX triplet: BD, C7 and DC. RGB value is (189,199,220). Sum of RGB (Red+Green+Blue) = 189+199+220=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DC is #423823. Grayscale: #C6C6C6. Windows color (decimal): -4339748 or 14469053. OLE color: 14469053.
HSL color Cylindrical-coordinate representation of color #BDC7DC: hue angle of 220.65º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC7DC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 199 | 220 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.14 |
| HSL | 220.65º | 0.31% | 0.8% | - |
| HSV(B) | 220.65º | 0.14% | 0.86% | - |
| XYZ | 54.33 | 56.83 | 75.82 | - |
| YUV | 198.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 220 | 0.14 | 0.10 | 0 | 0.14 | 220.65 | 0.31 | 0.8 |
| Hex | BD | C7 | DC | E | A | 0 | E | DD | 1F | 50 |
| Octal | 275 | 307 | 334 | 16 | 12 | 0 | 16 | 335 | 37 | 120 |
| Binary | 10111101 | 11000111 | 11011100 | 1110 | 1010 | 0 | 1110 | 11011101 | 11111 | 1010000 |
Color Harmonies of #BDC7DC
Complementary color
Monochromatic Colors of #BDC7DC
Black with #BDC7DC
Text Example
Text Example
White with #BDC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7DC; }
p { color: rgb(189,199,220); }
H1.HeaderClassName
{
color: #BDC7DC;
}
.AnyTagClassName
{
color: #BDC7DC;
}
</style>
background-color css
<style>
a { background-color: #BDC7DC; }
a { background-color: rgb(189,199,220); }
div.DivClassName
{
background-color: #BDC7DC;
}
.BgClassName
{
background-color: #BDC7DC;
}
</style>
border-color css
<style>
span { border-color: #BDC7DC; }
span { border-color: rgb(189,199,220); }
td.TdClassName
{
border-color: #BDC7DC;
}
.TagClassName
{
border-color: #BDC7DC;
}
</style>