Shades of Link Water #BDC6D6
Tints of Link Water #BDC6D6
RGB
CMYK
RGB Variations
Color information
#BDC6D6 (or 0xBDC6D6) is known color: Link Water. HEX triplet: BD, C6 and D6. RGB value is (189,198,214). Sum of RGB (Red+Green+Blue) = 189+198+214=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6D6 is #423929. Grayscale: #C5C5C5. Windows color (decimal): -4340010 or 14075581. OLE color: 14075581.
HSL color Cylindrical-coordinate representation of color #BDC6D6: hue angle of 218.4º 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 #BDC6D6 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 198 | 214 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.16 |
| HSL | 218.4º | 0.23% | 0.79% | - |
| HSV(B) | 218.4º | 0.12% | 0.84% | - |
| XYZ | 53.32 | 56.06 | 71.63 | - |
| YUV | 197.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 214 | 0.12 | 0.07 | 0 | 0.16 | 218.4 | 0.23 | 0.79 |
| Hex | BD | C6 | D6 | C | 7 | 0 | 10 | DA | 17 | 4F |
| Octal | 275 | 306 | 326 | 14 | 7 | 0 | 20 | 332 | 27 | 117 |
| Binary | 10111101 | 11000110 | 11010110 | 1100 | 111 | 0 | 10000 | 11011010 | 10111 | 1001111 |
Color Harmonies of #BDC6D6
Complementary color
Monochromatic Colors of #BDC6D6
Black with #BDC6D6
Text Example
Text Example
White with #BDC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6D6; }
p { color: rgb(189,198,214); }
H1.HeaderClassName
{
color: #BDC6D6;
}
.AnyTagClassName
{
color: #BDC6D6;
}
</style>
background-color css
<style>
a { background-color: #BDC6D6; }
a { background-color: rgb(189,198,214); }
div.DivClassName
{
background-color: #BDC6D6;
}
.BgClassName
{
background-color: #BDC6D6;
}
</style>
border-color css
<style>
span { border-color: #BDC6D6; }
span { border-color: rgb(189,198,214); }
td.TdClassName
{
border-color: #BDC6D6;
}
.TagClassName
{
border-color: #BDC6D6;
}
</style>