Shades of Link Water #BDC1D1
Tints of Link Water #BDC1D1
RGB
CMYK
RGB Variations
Color information
#BDC1D1 (or 0xBDC1D1) is known color: Link Water. HEX triplet: BD, C1 and D1. RGB value is (189,193,209). Sum of RGB (Red+Green+Blue) = 189+193+209=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D1 is #423E2E. Grayscale: #C1C1C1. Windows color (decimal): -4341295 or 13746621. OLE color: 13746621.
HSL color Cylindrical-coordinate representation of color #BDC1D1: hue angle of 228º degrees, saturation: 0.18, 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 #BDC1D1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 193 | 209 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.18 |
| HSL | 228º | 0.18% | 0.78% | - |
| HSV(B) | 228º | 0.1% | 0.82% | - |
| XYZ | 51.56 | 53.56 | 67.94 | - |
| YUV | 193.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 209 | 0.10 | 0.08 | 0 | 0.18 | 228 | 0.18 | 0.78 |
| Hex | BD | C1 | D1 | A | 8 | 0 | 12 | E4 | 12 | 4E |
| Octal | 275 | 301 | 321 | 12 | 10 | 0 | 22 | 344 | 22 | 116 |
| Binary | 10111101 | 11000001 | 11010001 | 1010 | 1000 | 0 | 10010 | 11100100 | 10010 | 1001110 |
Color Harmonies of #BDC1D1
Complementary color
Monochromatic Colors of #BDC1D1
Black with #BDC1D1
Text Example
Text Example
White with #BDC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1D1; }
p { color: rgb(189,193,209); }
H1.HeaderClassName
{
color: #BDC1D1;
}
.AnyTagClassName
{
color: #BDC1D1;
}
</style>
background-color css
<style>
a { background-color: #BDC1D1; }
a { background-color: rgb(189,193,209); }
div.DivClassName
{
background-color: #BDC1D1;
}
.BgClassName
{
background-color: #BDC1D1;
}
</style>
border-color css
<style>
span { border-color: #BDC1D1; }
span { border-color: rgb(189,193,209); }
td.TdClassName
{
border-color: #BDC1D1;
}
.TagClassName
{
border-color: #BDC1D1;
}
</style>