Shades of Link Water #BDC1CA
Tints of Link Water #BDC1CA
RGB
CMYK
RGB Variations
Color information
#BDC1CA (or 0xBDC1CA) is known color: Link Water. HEX triplet: BD, C1 and CA. RGB value is (189,193,202). Sum of RGB (Red+Green+Blue) = 189+193+202=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CA is #423E35. Grayscale: #C0C0C0. Windows color (decimal): -4341302 or 13287869. OLE color: 13287869.
HSL color Cylindrical-coordinate representation of color #BDC1CA: hue angle of 221.54º 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 #BDC1CA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 193 | 202 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.21 |
| HSL | 221.54º | 0.11% | 0.77% | - |
| HSV(B) | 221.54º | 0.06% | 0.79% | - |
| XYZ | 50.72 | 53.22 | 63.48 | - |
| YUV | 192.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 202 | 0.06 | 0.04 | 0 | 0.21 | 221.54 | 0.11 | 0.77 |
| Hex | BD | C1 | CA | 6 | 4 | 0 | 15 | DE | B | 4D |
| Octal | 275 | 301 | 312 | 6 | 4 | 0 | 25 | 336 | 13 | 115 |
| Binary | 10111101 | 11000001 | 11001010 | 110 | 100 | 0 | 10101 | 11011110 | 1011 | 1001101 |
Color Harmonies of #BDC1CA
Complementary color
Monochromatic Colors of #BDC1CA
Black with #BDC1CA
Text Example
Text Example
White with #BDC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1CA; }
p { color: rgb(189,193,202); }
H1.HeaderClassName
{
color: #BDC1CA;
}
.AnyTagClassName
{
color: #BDC1CA;
}
</style>
background-color css
<style>
a { background-color: #BDC1CA; }
a { background-color: rgb(189,193,202); }
div.DivClassName
{
background-color: #BDC1CA;
}
.BgClassName
{
background-color: #BDC1CA;
}
</style>
border-color css
<style>
span { border-color: #BDC1CA; }
span { border-color: rgb(189,193,202); }
td.TdClassName
{
border-color: #BDC1CA;
}
.TagClassName
{
border-color: #BDC1CA;
}
</style>