Shades of Link Water #BDC2CD
Tints of Link Water #BDC2CD
RGB
CMYK
RGB Variations
Color information
#BDC2CD (or 0xBDC2CD) is known color: Link Water. HEX triplet: BD, C2 and CD. RGB value is (189,194,205). Sum of RGB (Red+Green+Blue) = 189+194+205=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CD is #423D32. Grayscale: #C1C1C1. Windows color (decimal): -4341043 or 13484733. OLE color: 13484733.
HSL color Cylindrical-coordinate representation of color #BDC2CD: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC2CD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 194 | 205 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.20 |
| HSL | 221.25º | 0.14% | 0.77% | - |
| HSV(B) | 221.25º | 0.08% | 0.8% | - |
| XYZ | 51.3 | 53.81 | 65.44 | - |
| YUV | 193.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 205 | 0.08 | 0.05 | 0 | 0.20 | 221.25 | 0.14 | 0.77 |
| Hex | BD | C2 | CD | 8 | 5 | 0 | 14 | DD | E | 4D |
| Octal | 275 | 302 | 315 | 10 | 5 | 0 | 24 | 335 | 16 | 115 |
| Binary | 10111101 | 11000010 | 11001101 | 1000 | 101 | 0 | 10100 | 11011101 | 1110 | 1001101 |
Color Harmonies of #BDC2CD
Complementary color
Monochromatic Colors of #BDC2CD
Black with #BDC2CD
Text Example
Text Example
White with #BDC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2CD; }
p { color: rgb(189,194,205); }
H1.HeaderClassName
{
color: #BDC2CD;
}
.AnyTagClassName
{
color: #BDC2CD;
}
</style>
background-color css
<style>
a { background-color: #BDC2CD; }
a { background-color: rgb(189,194,205); }
div.DivClassName
{
background-color: #BDC2CD;
}
.BgClassName
{
background-color: #BDC2CD;
}
</style>
border-color css
<style>
span { border-color: #BDC2CD; }
span { border-color: rgb(189,194,205); }
td.TdClassName
{
border-color: #BDC2CD;
}
.TagClassName
{
border-color: #BDC2CD;
}
</style>