Shades of Link Water #BDC8DD
Tints of Link Water #BDC8DD
RGB
CMYK
RGB Variations
Color information
#BDC8DD (or 0xBDC8DD) is known color: Link Water. HEX triplet: BD, C8 and DD. RGB value is (189,200,221). Sum of RGB (Red+Green+Blue) = 189+200+221=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8DD is #423722. Grayscale: #C7C7C7. Windows color (decimal): -4339491 or 14534845. OLE color: 14534845.
HSL color Cylindrical-coordinate representation of color #BDC8DD: hue angle of 219.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC8DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 200 | 221 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 219.38º | 0.32% | 0.8% | - |
| HSV(B) | 219.38º | 0.14% | 0.87% | - |
| XYZ | 54.69 | 57.35 | 76.59 | - |
| YUV | 199.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 221 | 0.14 | 0.10 | 0 | 0.13 | 219.38 | 0.32 | 0.8 |
| Hex | BD | C8 | DD | E | A | 0 | D | DB | 20 | 50 |
| Octal | 275 | 310 | 335 | 16 | 12 | 0 | 15 | 333 | 40 | 120 |
| Binary | 10111101 | 11001000 | 11011101 | 1110 | 1010 | 0 | 1101 | 11011011 | 100000 | 1010000 |
Color Harmonies of #BDC8DD
Complementary color
Monochromatic Colors of #BDC8DD
Black with #BDC8DD
Text Example
Text Example
White with #BDC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8DD; }
p { color: rgb(189,200,221); }
H1.HeaderClassName
{
color: #BDC8DD;
}
.AnyTagClassName
{
color: #BDC8DD;
}
</style>
background-color css
<style>
a { background-color: #BDC8DD; }
a { background-color: rgb(189,200,221); }
div.DivClassName
{
background-color: #BDC8DD;
}
.BgClassName
{
background-color: #BDC8DD;
}
</style>
border-color css
<style>
span { border-color: #BDC8DD; }
span { border-color: rgb(189,200,221); }
td.TdClassName
{
border-color: #BDC8DD;
}
.TagClassName
{
border-color: #BDC8DD;
}
</style>