Shades of Link Water #BDCDE0
Tints of Link Water #BDCDE0
RGB
CMYK
RGB Variations
Color information
#BDCDE0 (or 0xBDCDE0) is known color: Link Water. HEX triplet: BD, CD and E0. RGB value is (189,205,224). Sum of RGB (Red+Green+Blue) = 189+205+224=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDE0 is #42321F. Grayscale: #CACACA. Windows color (decimal): -4338208 or 14732733. OLE color: 14732733.
HSL color Cylindrical-coordinate representation of color #BDCDE0: hue angle of 212.57º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCDE0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 205 | 224 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.12 |
| HSL | 212.57º | 0.36% | 0.81% | - |
| HSV(B) | 212.57º | 0.16% | 0.88% | - |
| XYZ | 56.27 | 59.86 | 79.11 | - |
| YUV | 202.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 224 | 0.16 | 0.08 | 0 | 0.12 | 212.57 | 0.36 | 0.81 |
| Hex | BD | CD | E0 | 10 | 8 | 0 | C | D5 | 24 | 51 |
| Octal | 275 | 315 | 340 | 20 | 10 | 0 | 14 | 325 | 44 | 121 |
| Binary | 10111101 | 11001101 | 11100000 | 10000 | 1000 | 0 | 1100 | 11010101 | 100100 | 1010001 |
Color Harmonies of #BDCDE0
Complementary color
Monochromatic Colors of #BDCDE0
Black with #BDCDE0
Text Example
Text Example
White with #BDCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDE0; }
p { color: rgb(189,205,224); }
H1.HeaderClassName
{
color: #BDCDE0;
}
.AnyTagClassName
{
color: #BDCDE0;
}
</style>
background-color css
<style>
a { background-color: #BDCDE0; }
a { background-color: rgb(189,205,224); }
div.DivClassName
{
background-color: #BDCDE0;
}
.BgClassName
{
background-color: #BDCDE0;
}
</style>
border-color css
<style>
span { border-color: #BDCDE0; }
span { border-color: rgb(189,205,224); }
td.TdClassName
{
border-color: #BDCDE0;
}
.TagClassName
{
border-color: #BDCDE0;
}
</style>