Shades of Link Water #BDC0CD
Tints of Link Water #BDC0CD
RGB
CMYK
RGB Variations
Color information
#BDC0CD (or 0xBDC0CD) is known color: Link Water. HEX triplet: BD, C0 and CD. RGB value is (189,192,205). Sum of RGB (Red+Green+Blue) = 189+192+205=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0CD is #423F32. Grayscale: #C0C0C0. Windows color (decimal): -4341555 or 13484221. OLE color: 13484221.
HSL color Cylindrical-coordinate representation of color #BDC0CD: hue angle of 228.75º 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 #BDC0CD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 192 | 205 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.20 |
| HSL | 228.75º | 0.14% | 0.77% | - |
| HSV(B) | 228.75º | 0.08% | 0.8% | - |
| XYZ | 50.86 | 52.93 | 65.29 | - |
| YUV | 192.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 205 | 0.08 | 0.06 | 0 | 0.20 | 228.75 | 0.14 | 0.77 |
| Hex | BD | C0 | CD | 8 | 6 | 0 | 14 | E5 | E | 4D |
| Octal | 275 | 300 | 315 | 10 | 6 | 0 | 24 | 345 | 16 | 115 |
| Binary | 10111101 | 11000000 | 11001101 | 1000 | 110 | 0 | 10100 | 11100101 | 1110 | 1001101 |
Color Harmonies of #BDC0CD
Complementary color
Monochromatic Colors of #BDC0CD
Black with #BDC0CD
Text Example
Text Example
White with #BDC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0CD; }
p { color: rgb(189,192,205); }
H1.HeaderClassName
{
color: #BDC0CD;
}
.AnyTagClassName
{
color: #BDC0CD;
}
</style>
background-color css
<style>
a { background-color: #BDC0CD; }
a { background-color: rgb(189,192,205); }
div.DivClassName
{
background-color: #BDC0CD;
}
.BgClassName
{
background-color: #BDC0CD;
}
</style>
border-color css
<style>
span { border-color: #BDC0CD; }
span { border-color: rgb(189,192,205); }
td.TdClassName
{
border-color: #BDC0CD;
}
.TagClassName
{
border-color: #BDC0CD;
}
</style>