Shades of Granny Apple #B5EEC8
Tints of Granny Apple #B5EEC8
RGB
CMYK
RGB Variations
Color information
#B5EEC8 (or 0xB5EEC8) is known color: Granny Apple. HEX triplet: B5, EE and C8. RGB value is (181,238,200). Sum of RGB (Red+Green+Blue) = 181+238+200=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEC8 is #4A1137. Grayscale: #D8D8D8. Windows color (decimal): -4854072 or 13168309. OLE color: 13168309.
HSL color Cylindrical-coordinate representation of color #B5EEC8: hue angle of 140º 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 #B5EEC8 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 200 | - |
CMYK | 0.24 | 0 | 0.16 | 0.07 |
HSL | 140º | 0.63% | 0.82% | - |
HSV(B) | 140º | 0.24% | 0.93% | - |
XYZ | 60.06 | 75.14 | 65.98 | - |
YUV | 216.63 | 118.62 | 102.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 200 | 0.24 | 0 | 0.16 | 0.07 | 140 | 0.63 | 0.82 |
Hex | B5 | EE | C8 | 18 | 0 | 10 | 7 | 8C | 3F | 52 |
Octal | 265 | 356 | 310 | 30 | 0 | 20 | 7 | 214 | 77 | 122 |
Binary | 10110101 | 11101110 | 11001000 | 11000 | 0 | 10000 | 111 | 10001100 | 111111 | 1010010 |
Color Harmonies of #B5EEC8
Complementary color
Monochromatic Colors of #B5EEC8
Black with #B5EEC8
Text Example
Text Example
White with #B5EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEC8; }
p { color: rgb(181,238,200); }
H1.HeaderClassName
{
color: #B5EEC8;
}
.AnyTagClassName
{
color: #B5EEC8;
}
</style>
background-color css
<style>
a { background-color: #B5EEC8; }
a { background-color: rgb(181,238,200); }
div.DivClassName
{
background-color: #B5EEC8;
}
.BgClassName
{
background-color: #B5EEC8;
}
</style>
border-color css
<style>
span { border-color: #B5EEC8; }
span { border-color: rgb(181,238,200); }
td.TdClassName
{
border-color: #B5EEC8;
}
.TagClassName
{
border-color: #B5EEC8;
}
</style>