Shades of Link Water #BDC5D3
Tints of Link Water #BDC5D3
RGB
CMYK
RGB Variations
Color information
#BDC5D3 (or 0xBDC5D3) is known color: Link Water. HEX triplet: BD, C5 and D3. RGB value is (189,197,211). Sum of RGB (Red+Green+Blue) = 189+197+211=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5D3 is #423A2C. Grayscale: #C4C4C4. Windows color (decimal): -4340269 or 13878717. OLE color: 13878717.
HSL color Cylindrical-coordinate representation of color #BDC5D3: hue angle of 218.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC5D3 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 197 | 211 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.17 |
| HSL | 218.18º | 0.2% | 0.78% | - |
| HSV(B) | 218.18º | 0.1% | 0.83% | - |
| XYZ | 52.71 | 55.45 | 69.55 | - |
| YUV | 196.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 211 | 0.10 | 0.07 | 0 | 0.17 | 218.18 | 0.2 | 0.78 |
| Hex | BD | C5 | D3 | A | 7 | 0 | 11 | DA | 14 | 4E |
| Octal | 275 | 305 | 323 | 12 | 7 | 0 | 21 | 332 | 24 | 116 |
| Binary | 10111101 | 11000101 | 11010011 | 1010 | 111 | 0 | 10001 | 11011010 | 10100 | 1001110 |
Color Harmonies of #BDC5D3
Complementary color
Monochromatic Colors of #BDC5D3
Black with #BDC5D3
Text Example
Text Example
White with #BDC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5D3; }
p { color: rgb(189,197,211); }
H1.HeaderClassName
{
color: #BDC5D3;
}
.AnyTagClassName
{
color: #BDC5D3;
}
</style>
background-color css
<style>
a { background-color: #BDC5D3; }
a { background-color: rgb(189,197,211); }
div.DivClassName
{
background-color: #BDC5D3;
}
.BgClassName
{
background-color: #BDC5D3;
}
</style>
border-color css
<style>
span { border-color: #BDC5D3; }
span { border-color: rgb(189,197,211); }
td.TdClassName
{
border-color: #BDC5D3;
}
.TagClassName
{
border-color: #BDC5D3;
}
</style>