Shades of Link Water #BDC2D6
Tints of Link Water #BDC2D6
RGB
CMYK
RGB Variations
Color information
#BDC2D6 (or 0xBDC2D6) is known color: Link Water. HEX triplet: BD, C2 and D6. RGB value is (189,194,214). Sum of RGB (Red+Green+Blue) = 189+194+214=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2D6 is #423D29. Grayscale: #C2C2C2. Windows color (decimal): -4341034 or 14074557. OLE color: 14074557.
HSL color Cylindrical-coordinate representation of color #BDC2D6: hue angle of 228º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC2D6 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 194 | 214 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.16 |
| HSL | 228º | 0.23% | 0.79% | - |
| HSV(B) | 228º | 0.12% | 0.84% | - |
| XYZ | 52.42 | 54.26 | 71.33 | - |
| YUV | 194.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 214 | 0.12 | 0.09 | 0 | 0.16 | 228 | 0.23 | 0.79 |
| Hex | BD | C2 | D6 | C | 9 | 0 | 10 | E4 | 17 | 4F |
| Octal | 275 | 302 | 326 | 14 | 11 | 0 | 20 | 344 | 27 | 117 |
| Binary | 10111101 | 11000010 | 11010110 | 1100 | 1001 | 0 | 10000 | 11100100 | 10111 | 1001111 |
Color Harmonies of #BDC2D6
Complementary color
Monochromatic Colors of #BDC2D6
Black with #BDC2D6
Text Example
Text Example
White with #BDC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2D6; }
p { color: rgb(189,194,214); }
H1.HeaderClassName
{
color: #BDC2D6;
}
.AnyTagClassName
{
color: #BDC2D6;
}
</style>
background-color css
<style>
a { background-color: #BDC2D6; }
a { background-color: rgb(189,194,214); }
div.DivClassName
{
background-color: #BDC2D6;
}
.BgClassName
{
background-color: #BDC2D6;
}
</style>
border-color css
<style>
span { border-color: #BDC2D6; }
span { border-color: rgb(189,194,214); }
td.TdClassName
{
border-color: #BDC2D6;
}
.TagClassName
{
border-color: #BDC2D6;
}
</style>