Shades of Link Water #BDC0CA
Tints of Link Water #BDC0CA
RGB
CMYK
RGB Variations
Color information
#BDC0CA (or 0xBDC0CA) is known color: Link Water. HEX triplet: BD, C0 and CA. RGB value is (189,192,202). Sum of RGB (Red+Green+Blue) = 189+192+202=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0CA is #423F35. Grayscale: #C0C0C0. Windows color (decimal): -4341558 or 13287613. OLE color: 13287613.
HSL color Cylindrical-coordinate representation of color #BDC0CA: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC0CA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 192 | 202 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.21 |
| HSL | 226.15º | 0.11% | 0.77% | - |
| HSV(B) | 226.15º | 0.06% | 0.79% | - |
| XYZ | 50.5 | 52.78 | 63.4 | - |
| YUV | 192.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 202 | 0.06 | 0.05 | 0 | 0.21 | 226.15 | 0.11 | 0.77 |
| Hex | BD | C0 | CA | 6 | 5 | 0 | 15 | E2 | B | 4D |
| Octal | 275 | 300 | 312 | 6 | 5 | 0 | 25 | 342 | 13 | 115 |
| Binary | 10111101 | 11000000 | 11001010 | 110 | 101 | 0 | 10101 | 11100010 | 1011 | 1001101 |
Color Harmonies of #BDC0CA
Complementary color
Monochromatic Colors of #BDC0CA
Black with #BDC0CA
Text Example
Text Example
White with #BDC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0CA; }
p { color: rgb(189,192,202); }
H1.HeaderClassName
{
color: #BDC0CA;
}
.AnyTagClassName
{
color: #BDC0CA;
}
</style>
background-color css
<style>
a { background-color: #BDC0CA; }
a { background-color: rgb(189,192,202); }
div.DivClassName
{
background-color: #BDC0CA;
}
.BgClassName
{
background-color: #BDC0CA;
}
</style>
border-color css
<style>
span { border-color: #BDC0CA; }
span { border-color: rgb(189,192,202); }
td.TdClassName
{
border-color: #BDC0CA;
}
.TagClassName
{
border-color: #BDC0CA;
}
</style>