Shades of Water Leaf #B5EFE7
Tints of Water Leaf #B5EFE7
RGB
CMYK
RGB Variations
Color information
#B5EFE7 (or 0xB5EFE7) is known color: Water Leaf. HEX triplet: B5, EF and E7. RGB value is (181,239,231). Sum of RGB (Red+Green+Blue) = 181+239+231=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFE7 is #4A1018. Grayscale: #DCDCDC. Windows color (decimal): -4853785 or 15200181. OLE color: 15200181.
HSL color Cylindrical-coordinate representation of color #B5EFE7: hue angle of 171.72º 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 #B5EFE7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 239 | 231 | - |
CMYK | 0.24 | 0 | 0.03 | 0.06 |
HSL | 171.72º | 0.64% | 0.82% | - |
HSV(B) | 171.72º | 0.24% | 0.94% | - |
XYZ | 64.35 | 77.33 | 87.14 | - |
YUV | 220.75 | 133.78 | 99.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 239 | 231 | 0.24 | 0 | 0.03 | 0.06 | 171.72 | 0.64 | 0.82 |
Hex | B5 | EF | E7 | 18 | 0 | 3 | 6 | AC | 40 | 52 |
Octal | 265 | 357 | 347 | 30 | 0 | 3 | 6 | 254 | 100 | 122 |
Binary | 10110101 | 11101111 | 11100111 | 11000 | 0 | 11 | 110 | 10101100 | 1000000 | 1010010 |
Color Harmonies of #B5EFE7
Complementary color
Monochromatic Colors of #B5EFE7
Black with #B5EFE7
Text Example
Text Example
White with #B5EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFE7; }
p { color: rgb(181,239,231); }
H1.HeaderClassName
{
color: #B5EFE7;
}
.AnyTagClassName
{
color: #B5EFE7;
}
</style>
background-color css
<style>
a { background-color: #B5EFE7; }
a { background-color: rgb(181,239,231); }
div.DivClassName
{
background-color: #B5EFE7;
}
.BgClassName
{
background-color: #B5EFE7;
}
</style>
border-color css
<style>
span { border-color: #B5EFE7; }
span { border-color: rgb(181,239,231); }
td.TdClassName
{
border-color: #B5EFE7;
}
.TagClassName
{
border-color: #B5EFE7;
}
</style>