Shades of Granny Apple #B5EEC7
Tints of Granny Apple #B5EEC7
RGB
CMYK
RGB Variations
Color information
#B5EEC7 (or 0xB5EEC7) is known color: Granny Apple. HEX triplet: B5, EE and C7. RGB value is (181,238,199). Sum of RGB (Red+Green+Blue) = 181+238+199=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEC7 is #4A1138. Grayscale: #D8D8D8. Windows color (decimal): -4854073 or 13102773. OLE color: 13102773.
HSL color Cylindrical-coordinate representation of color #B5EEC7: hue angle of 138.95º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EEC7 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 199 | - |
CMYK | 0.24 | 0 | 0.16 | 0.07 |
HSL | 138.95º | 0.63% | 0.82% | - |
HSV(B) | 138.95º | 0.24% | 0.93% | - |
XYZ | 59.94 | 75.1 | 65.37 | - |
YUV | 216.51 | 118.12 | 102.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 199 | 0.24 | 0 | 0.16 | 0.07 | 138.95 | 0.63 | 0.82 |
Hex | B5 | EE | C7 | 18 | 0 | 10 | 7 | 8B | 3F | 52 |
Octal | 265 | 356 | 307 | 30 | 0 | 20 | 7 | 213 | 77 | 122 |
Binary | 10110101 | 11101110 | 11000111 | 11000 | 0 | 10000 | 111 | 10001011 | 111111 | 1010010 |
Color Harmonies of #B5EEC7
Complementary color
Monochromatic Colors of #B5EEC7
Black with #B5EEC7
Text Example
Text Example
White with #B5EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEC7; }
p { color: rgb(181,238,199); }
H1.HeaderClassName
{
color: #B5EEC7;
}
.AnyTagClassName
{
color: #B5EEC7;
}
</style>
background-color css
<style>
a { background-color: #B5EEC7; }
a { background-color: rgb(181,238,199); }
div.DivClassName
{
background-color: #B5EEC7;
}
.BgClassName
{
background-color: #B5EEC7;
}
</style>
border-color css
<style>
span { border-color: #B5EEC7; }
span { border-color: rgb(181,238,199); }
td.TdClassName
{
border-color: #B5EEC7;
}
.TagClassName
{
border-color: #B5EEC7;
}
</style>