Shades of Water Leaf #BDECE3
Tints of Water Leaf #BDECE3
RGB
CMYK
RGB Variations
Color information
#BDECE3 (or 0xBDECE3) is known color: Water Leaf. HEX triplet: BD, EC and E3. RGB value is (189,236,227). Sum of RGB (Red+Green+Blue) = 189+236+227=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECE3 is #42131C. Grayscale: #DCDCDC. Windows color (decimal): -4330269 or 14937277. OLE color: 14937277.
HSL color Cylindrical-coordinate representation of color #BDECE3: hue angle of 168.51º 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 #BDECE3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 236 | 227 | - |
CMYK | 0.20 | 0 | 0.04 | 0.07 |
HSL | 168.51º | 0.55% | 0.83% | - |
HSV(B) | 168.51º | 0.2% | 0.93% | - |
XYZ | 64.85 | 76.36 | 83.99 | - |
YUV | 220.92 | 131.43 | 105.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 236 | 227 | 0.20 | 0 | 0.04 | 0.07 | 168.51 | 0.55 | 0.83 |
Hex | BD | EC | E3 | 14 | 0 | 4 | 7 | A9 | 37 | 53 |
Octal | 275 | 354 | 343 | 24 | 0 | 4 | 7 | 251 | 67 | 123 |
Binary | 10111101 | 11101100 | 11100011 | 10100 | 0 | 100 | 111 | 10101001 | 110111 | 1010011 |
Color Harmonies of #BDECE3
Complementary color
Monochromatic Colors of #BDECE3
Black with #BDECE3
Text Example
Text Example
White with #BDECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECE3; }
p { color: rgb(189,236,227); }
H1.HeaderClassName
{
color: #BDECE3;
}
.AnyTagClassName
{
color: #BDECE3;
}
</style>
background-color css
<style>
a { background-color: #BDECE3; }
a { background-color: rgb(189,236,227); }
div.DivClassName
{
background-color: #BDECE3;
}
.BgClassName
{
background-color: #BDECE3;
}
</style>
border-color css
<style>
span { border-color: #BDECE3; }
span { border-color: rgb(189,236,227); }
td.TdClassName
{
border-color: #BDECE3;
}
.TagClassName
{
border-color: #BDECE3;
}
</style>