Shades of Water Leaf #B5EFE3
Tints of Water Leaf #B5EFE3
RGB
CMYK
RGB Variations
Color information
#B5EFE3 (or 0xB5EFE3) is known color: Water Leaf. HEX triplet: B5, EF and E3. RGB value is (181,239,227). Sum of RGB (Red+Green+Blue) = 181+239+227=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFE3 is #4A101C. Grayscale: #DCDCDC. Windows color (decimal): -4853789 or 14938037. OLE color: 14938037.
HSL color Cylindrical-coordinate representation of color #B5EFE3: hue angle of 167.59º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFE3 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 239 | 227 | - |
CMYK | 0.24 | 0 | 0.05 | 0.06 |
HSL | 167.59º | 0.64% | 0.82% | - |
HSV(B) | 167.59º | 0.24% | 0.94% | - |
XYZ | 63.79 | 77.1 | 84.19 | - |
YUV | 220.29 | 131.78 | 99.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 239 | 227 | 0.24 | 0 | 0.05 | 0.06 | 167.59 | 0.64 | 0.82 |
Hex | B5 | EF | E3 | 18 | 0 | 5 | 6 | A8 | 40 | 52 |
Octal | 265 | 357 | 343 | 30 | 0 | 5 | 6 | 250 | 100 | 122 |
Binary | 10110101 | 11101111 | 11100011 | 11000 | 0 | 101 | 110 | 10101000 | 1000000 | 1010010 |
Color Harmonies of #B5EFE3
Complementary color
Monochromatic Colors of #B5EFE3
Black with #B5EFE3
Text Example
Text Example
White with #B5EFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFE3; }
p { color: rgb(181,239,227); }
H1.HeaderClassName
{
color: #B5EFE3;
}
.AnyTagClassName
{
color: #B5EFE3;
}
</style>
background-color css
<style>
a { background-color: #B5EFE3; }
a { background-color: rgb(181,239,227); }
div.DivClassName
{
background-color: #B5EFE3;
}
.BgClassName
{
background-color: #B5EFE3;
}
</style>
border-color css
<style>
span { border-color: #B5EFE3; }
span { border-color: rgb(181,239,227); }
td.TdClassName
{
border-color: #B5EFE3;
}
.TagClassName
{
border-color: #B5EFE3;
}
</style>