Shades of Link Water #BDC5DA
Tints of Link Water #BDC5DA
RGB
CMYK
RGB Variations
Color information
#BDC5DA (or 0xBDC5DA) is known color: Link Water. HEX triplet: BD, C5 and DA. RGB value is (189,197,218). Sum of RGB (Red+Green+Blue) = 189+197+218=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DA is #423A25. Grayscale: #C4C4C4. Windows color (decimal): -4340262 or 14337469. OLE color: 14337469.
HSL color Cylindrical-coordinate representation of color #BDC5DA: hue angle of 223.45º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC5DA is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 197 | 218 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.15 |
| HSL | 223.45º | 0.28% | 0.8% | - |
| HSV(B) | 223.45º | 0.13% | 0.85% | - |
| XYZ | 53.61 | 55.81 | 74.28 | - |
| YUV | 197 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 218 | 0.13 | 0.10 | 0 | 0.15 | 223.45 | 0.28 | 0.8 |
| Hex | BD | C5 | DA | D | A | 0 | F | DF | 1C | 50 |
| Octal | 275 | 305 | 332 | 15 | 12 | 0 | 17 | 337 | 34 | 120 |
| Binary | 10111101 | 11000101 | 11011010 | 1101 | 1010 | 0 | 1111 | 11011111 | 11100 | 1010000 |
Color Harmonies of #BDC5DA
Complementary color
Monochromatic Colors of #BDC5DA
Black with #BDC5DA
Text Example
Text Example
White with #BDC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5DA; }
p { color: rgb(189,197,218); }
H1.HeaderClassName
{
color: #BDC5DA;
}
.AnyTagClassName
{
color: #BDC5DA;
}
</style>
background-color css
<style>
a { background-color: #BDC5DA; }
a { background-color: rgb(189,197,218); }
div.DivClassName
{
background-color: #BDC5DA;
}
.BgClassName
{
background-color: #BDC5DA;
}
</style>
border-color css
<style>
span { border-color: #BDC5DA; }
span { border-color: rgb(189,197,218); }
td.TdClassName
{
border-color: #BDC5DA;
}
.TagClassName
{
border-color: #BDC5DA;
}
</style>