Shades of Granny Apple #B5ECC6
Tints of Granny Apple #B5ECC6
RGB
CMYK
RGB Variations
Color information
#B5ECC6 (or 0xB5ECC6) is known color: Granny Apple. HEX triplet: B5, EC and C6. RGB value is (181,236,198). Sum of RGB (Red+Green+Blue) = 181+236+198=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECC6 is #4A1339. Grayscale: #D7D7D7. Windows color (decimal): -4854586 or 13036725. OLE color: 13036725.
HSL color Cylindrical-coordinate representation of color #B5ECC6: hue angle of 138.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECC6 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 198 | - |
CMYK | 0.23 | 0 | 0.16 | 0.07 |
HSL | 138.55º | 0.59% | 0.82% | - |
HSV(B) | 138.55º | 0.23% | 0.93% | - |
XYZ | 59.24 | 73.89 | 64.57 | - |
YUV | 215.22 | 118.28 | 103.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 198 | 0.23 | 0 | 0.16 | 0.07 | 138.55 | 0.59 | 0.82 |
Hex | B5 | EC | C6 | 17 | 0 | 10 | 7 | 8B | 3B | 52 |
Octal | 265 | 354 | 306 | 27 | 0 | 20 | 7 | 213 | 73 | 122 |
Binary | 10110101 | 11101100 | 11000110 | 10111 | 0 | 10000 | 111 | 10001011 | 111011 | 1010010 |
Color Harmonies of #B5ECC6
Complementary color
Monochromatic Colors of #B5ECC6
Black with #B5ECC6
Text Example
Text Example
White with #B5ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECC6; }
p { color: rgb(181,236,198); }
H1.HeaderClassName
{
color: #B5ECC6;
}
.AnyTagClassName
{
color: #B5ECC6;
}
</style>
background-color css
<style>
a { background-color: #B5ECC6; }
a { background-color: rgb(181,236,198); }
div.DivClassName
{
background-color: #B5ECC6;
}
.BgClassName
{
background-color: #B5ECC6;
}
</style>
border-color css
<style>
span { border-color: #B5ECC6; }
span { border-color: rgb(181,236,198); }
td.TdClassName
{
border-color: #B5ECC6;
}
.TagClassName
{
border-color: #B5ECC6;
}
</style>