Shades of Link Water #BDC1D2
Tints of Link Water #BDC1D2
RGB
CMYK
RGB Variations
Color information
#BDC1D2 (or 0xBDC1D2) is known color: Link Water. HEX triplet: BD, C1 and D2. RGB value is (189,193,210). Sum of RGB (Red+Green+Blue) = 189+193+210=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D2 is #423E2D. Grayscale: #C1C1C1. Windows color (decimal): -4341294 or 13812157. OLE color: 13812157.
HSL color Cylindrical-coordinate representation of color #BDC1D2: hue angle of 228.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC1D2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 193 | 210 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.18 |
| HSL | 228.57º | 0.19% | 0.78% | - |
| HSV(B) | 228.57º | 0.1% | 0.82% | - |
| XYZ | 51.69 | 53.61 | 68.6 | - |
| YUV | 193.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 210 | 0.10 | 0.08 | 0 | 0.18 | 228.57 | 0.19 | 0.78 |
| Hex | BD | C1 | D2 | A | 8 | 0 | 12 | E5 | 13 | 4E |
| Octal | 275 | 301 | 322 | 12 | 10 | 0 | 22 | 345 | 23 | 116 |
| Binary | 10111101 | 11000001 | 11010010 | 1010 | 1000 | 0 | 10010 | 11100101 | 10011 | 1001110 |
Color Harmonies of #BDC1D2
Complementary color
Monochromatic Colors of #BDC1D2
Black with #BDC1D2
Text Example
Text Example
White with #BDC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1D2; }
p { color: rgb(189,193,210); }
H1.HeaderClassName
{
color: #BDC1D2;
}
.AnyTagClassName
{
color: #BDC1D2;
}
</style>
background-color css
<style>
a { background-color: #BDC1D2; }
a { background-color: rgb(189,193,210); }
div.DivClassName
{
background-color: #BDC1D2;
}
.BgClassName
{
background-color: #BDC1D2;
}
</style>
border-color css
<style>
span { border-color: #BDC1D2; }
span { border-color: rgb(189,193,210); }
td.TdClassName
{
border-color: #BDC1D2;
}
.TagClassName
{
border-color: #BDC1D2;
}
</style>