Shades of Water Leaf #B5ECE3
Tints of Water Leaf #B5ECE3
RGB
CMYK
RGB Variations
Color information
#B5ECE3 (or 0xB5ECE3) is known color: Water Leaf. HEX triplet: B5, EC and E3. RGB value is (181,236,227). Sum of RGB (Red+Green+Blue) = 181+236+227=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECE3 is #4A131C. Grayscale: #DADADA. Windows color (decimal): -4854557 or 14937269. OLE color: 14937269.
HSL color Cylindrical-coordinate representation of color #B5ECE3: hue angle of 170.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECE3 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 227 | - |
CMYK | 0.23 | 0 | 0.04 | 0.07 |
HSL | 170.18º | 0.59% | 0.82% | - |
HSV(B) | 170.18º | 0.23% | 0.93% | - |
XYZ | 62.92 | 75.36 | 83.9 | - |
YUV | 218.53 | 132.78 | 101.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 227 | 0.23 | 0 | 0.04 | 0.07 | 170.18 | 0.59 | 0.82 |
Hex | B5 | EC | E3 | 17 | 0 | 4 | 7 | AA | 3B | 52 |
Octal | 265 | 354 | 343 | 27 | 0 | 4 | 7 | 252 | 73 | 122 |
Binary | 10110101 | 11101100 | 11100011 | 10111 | 0 | 100 | 111 | 10101010 | 111011 | 1010010 |
Color Harmonies of #B5ECE3
Complementary color
Monochromatic Colors of #B5ECE3
Black with #B5ECE3
Text Example
Text Example
White with #B5ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECE3; }
p { color: rgb(181,236,227); }
H1.HeaderClassName
{
color: #B5ECE3;
}
.AnyTagClassName
{
color: #B5ECE3;
}
</style>
background-color css
<style>
a { background-color: #B5ECE3; }
a { background-color: rgb(181,236,227); }
div.DivClassName
{
background-color: #B5ECE3;
}
.BgClassName
{
background-color: #B5ECE3;
}
</style>
border-color css
<style>
span { border-color: #B5ECE3; }
span { border-color: rgb(181,236,227); }
td.TdClassName
{
border-color: #B5ECE3;
}
.TagClassName
{
border-color: #B5ECE3;
}
</style>