Shades of Granny Apple #B5EEC6
Tints of Granny Apple #B5EEC6
RGB
CMYK
RGB Variations
Color information
#B5EEC6 (or 0xB5EEC6) is known color: Granny Apple. HEX triplet: B5, EE and C6. RGB value is (181,238,198). Sum of RGB (Red+Green+Blue) = 181+238+198=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEC6 is #4A1139. Grayscale: #D8D8D8. Windows color (decimal): -4854074 or 13037237. OLE color: 13037237.
HSL color Cylindrical-coordinate representation of color #B5EEC6: hue angle of 137.89º 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 #B5EEC6 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 198 | - |
CMYK | 0.24 | 0 | 0.17 | 0.07 |
HSL | 137.89º | 0.63% | 0.82% | - |
HSV(B) | 137.89º | 0.24% | 0.93% | - |
XYZ | 59.82 | 75.05 | 64.76 | - |
YUV | 216.4 | 117.62 | 102.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 198 | 0.24 | 0 | 0.17 | 0.07 | 137.89 | 0.63 | 0.82 |
Hex | B5 | EE | C6 | 18 | 0 | 11 | 7 | 8A | 3F | 52 |
Octal | 265 | 356 | 306 | 30 | 0 | 21 | 7 | 212 | 77 | 122 |
Binary | 10110101 | 11101110 | 11000110 | 11000 | 0 | 10001 | 111 | 10001010 | 111111 | 1010010 |
Color Harmonies of #B5EEC6
Complementary color
Monochromatic Colors of #B5EEC6
Black with #B5EEC6
Text Example
Text Example
White with #B5EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEC6; }
p { color: rgb(181,238,198); }
H1.HeaderClassName
{
color: #B5EEC6;
}
.AnyTagClassName
{
color: #B5EEC6;
}
</style>
background-color css
<style>
a { background-color: #B5EEC6; }
a { background-color: rgb(181,238,198); }
div.DivClassName
{
background-color: #B5EEC6;
}
.BgClassName
{
background-color: #B5EEC6;
}
</style>
border-color css
<style>
span { border-color: #B5EEC6; }
span { border-color: rgb(181,238,198); }
td.TdClassName
{
border-color: #B5EEC6;
}
.TagClassName
{
border-color: #B5EEC6;
}
</style>