Shades of Link Water #BDCCE0
Tints of Link Water #BDCCE0
RGB
CMYK
RGB Variations
Color information
#BDCCE0 (or 0xBDCCE0) is known color: Link Water. HEX triplet: BD, CC and E0. RGB value is (189,204,224). Sum of RGB (Red+Green+Blue) = 189+204+224=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCE0 is #42331F. Grayscale: #C9C9C9. Windows color (decimal): -4338464 or 14732477. OLE color: 14732477.
HSL color Cylindrical-coordinate representation of color #BDCCE0: hue angle of 214.29º 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 #BDCCE0 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 204 | 224 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.12 |
| HSL | 214.29º | 0.36% | 0.81% | - |
| HSV(B) | 214.29º | 0.16% | 0.88% | - |
| XYZ | 56.03 | 59.39 | 79.03 | - |
| YUV | 201.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 224 | 0.16 | 0.09 | 0 | 0.12 | 214.29 | 0.36 | 0.81 |
| Hex | BD | CC | E0 | 10 | 9 | 0 | C | D6 | 24 | 51 |
| Octal | 275 | 314 | 340 | 20 | 11 | 0 | 14 | 326 | 44 | 121 |
| Binary | 10111101 | 11001100 | 11100000 | 10000 | 1001 | 0 | 1100 | 11010110 | 100100 | 1010001 |
Color Harmonies of #BDCCE0
Complementary color
Monochromatic Colors of #BDCCE0
Black with #BDCCE0
Text Example
Text Example
White with #BDCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCE0; }
p { color: rgb(189,204,224); }
H1.HeaderClassName
{
color: #BDCCE0;
}
.AnyTagClassName
{
color: #BDCCE0;
}
</style>
background-color css
<style>
a { background-color: #BDCCE0; }
a { background-color: rgb(189,204,224); }
div.DivClassName
{
background-color: #BDCCE0;
}
.BgClassName
{
background-color: #BDCCE0;
}
</style>
border-color css
<style>
span { border-color: #BDCCE0; }
span { border-color: rgb(189,204,224); }
td.TdClassName
{
border-color: #BDCCE0;
}
.TagClassName
{
border-color: #BDCCE0;
}
</style>