Shades of Water Leaf #BDECE4
Tints of Water Leaf #BDECE4
RGB
CMYK
RGB Variations
Color information
#BDECE4 (or 0xBDECE4) is known color: Water Leaf. HEX triplet: BD, EC and E4. RGB value is (189,236,228). Sum of RGB (Red+Green+Blue) = 189+236+228=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECE4 is #42131B. Grayscale: #DDDDDD. Windows color (decimal): -4330268 or 15002813. OLE color: 15002813.
HSL color Cylindrical-coordinate representation of color #BDECE4: hue angle of 169.79º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECE4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 236 | 228 | - |
CMYK | 0.20 | 0 | 0.03 | 0.07 |
HSL | 169.79º | 0.55% | 0.83% | - |
HSV(B) | 169.79º | 0.2% | 0.93% | - |
XYZ | 64.99 | 76.41 | 84.72 | - |
YUV | 221.04 | 131.93 | 105.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 236 | 228 | 0.20 | 0 | 0.03 | 0.07 | 169.79 | 0.55 | 0.83 |
Hex | BD | EC | E4 | 14 | 0 | 3 | 7 | AA | 37 | 53 |
Octal | 275 | 354 | 344 | 24 | 0 | 3 | 7 | 252 | 67 | 123 |
Binary | 10111101 | 11101100 | 11100100 | 10100 | 0 | 11 | 111 | 10101010 | 110111 | 1010011 |
Color Harmonies of #BDECE4
Complementary color
Monochromatic Colors of #BDECE4
Black with #BDECE4
Text Example
Text Example
White with #BDECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECE4; }
p { color: rgb(189,236,228); }
H1.HeaderClassName
{
color: #BDECE4;
}
.AnyTagClassName
{
color: #BDECE4;
}
</style>
background-color css
<style>
a { background-color: #BDECE4; }
a { background-color: rgb(189,236,228); }
div.DivClassName
{
background-color: #BDECE4;
}
.BgClassName
{
background-color: #BDECE4;
}
</style>
border-color css
<style>
span { border-color: #BDECE4; }
span { border-color: rgb(189,236,228); }
td.TdClassName
{
border-color: #BDECE4;
}
.TagClassName
{
border-color: #BDECE4;
}
</style>