Shades of Link Water #BDC1CE
Tints of Link Water #BDC1CE
RGB
CMYK
RGB Variations
Color information
#BDC1CE (or 0xBDC1CE) is known color: Link Water. HEX triplet: BD, C1 and CE. RGB value is (189,193,206). Sum of RGB (Red+Green+Blue) = 189+193+206=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CE is #423E31. Grayscale: #C1C1C1. Windows color (decimal): -4341298 or 13550013. OLE color: 13550013.
HSL color Cylindrical-coordinate representation of color #BDC1CE: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC1CE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 193 | 206 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.19 |
| HSL | 225.88º | 0.15% | 0.77% | - |
| HSV(B) | 225.88º | 0.08% | 0.81% | - |
| XYZ | 51.2 | 53.41 | 66 | - |
| YUV | 193.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 206 | 0.08 | 0.06 | 0 | 0.19 | 225.88 | 0.15 | 0.77 |
| Hex | BD | C1 | CE | 8 | 6 | 0 | 13 | E2 | F | 4D |
| Octal | 275 | 301 | 316 | 10 | 6 | 0 | 23 | 342 | 17 | 115 |
| Binary | 10111101 | 11000001 | 11001110 | 1000 | 110 | 0 | 10011 | 11100010 | 1111 | 1001101 |
Color Harmonies of #BDC1CE
Complementary color
Monochromatic Colors of #BDC1CE
Black with #BDC1CE
Text Example
Text Example
White with #BDC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1CE; }
p { color: rgb(189,193,206); }
H1.HeaderClassName
{
color: #BDC1CE;
}
.AnyTagClassName
{
color: #BDC1CE;
}
</style>
background-color css
<style>
a { background-color: #BDC1CE; }
a { background-color: rgb(189,193,206); }
div.DivClassName
{
background-color: #BDC1CE;
}
.BgClassName
{
background-color: #BDC1CE;
}
</style>
border-color css
<style>
span { border-color: #BDC1CE; }
span { border-color: rgb(189,193,206); }
td.TdClassName
{
border-color: #BDC1CE;
}
.TagClassName
{
border-color: #BDC1CE;
}
</style>