Shades of Granny Apple #B5EBC8
Tints of Granny Apple #B5EBC8
RGB
CMYK
RGB Variations
Color information
#B5EBC8 (or 0xB5EBC8) is known color: Granny Apple. HEX triplet: B5, EB and C8. RGB value is (181,235,200). Sum of RGB (Red+Green+Blue) = 181+235+200=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBC8 is #4A1437. Grayscale: #D6D6D6. Windows color (decimal): -4854840 or 13167541. OLE color: 13167541.
HSL color Cylindrical-coordinate representation of color #B5EBC8: hue angle of 141.11º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBC8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 200 | - |
CMYK | 0.23 | 0 | 0.15 | 0.08 |
HSL | 141.11º | 0.57% | 0.82% | - |
HSV(B) | 141.11º | 0.23% | 0.92% | - |
XYZ | 59.19 | 73.41 | 65.69 | - |
YUV | 214.86 | 119.61 | 103.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 200 | 0.23 | 0 | 0.15 | 0.08 | 141.11 | 0.57 | 0.82 |
Hex | B5 | EB | C8 | 17 | 0 | F | 8 | 8D | 39 | 52 |
Octal | 265 | 353 | 310 | 27 | 0 | 17 | 10 | 215 | 71 | 122 |
Binary | 10110101 | 11101011 | 11001000 | 10111 | 0 | 1111 | 1000 | 10001101 | 111001 | 1010010 |
Color Harmonies of #B5EBC8
Complementary color
Monochromatic Colors of #B5EBC8
Black with #B5EBC8
Text Example
Text Example
White with #B5EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBC8; }
p { color: rgb(181,235,200); }
H1.HeaderClassName
{
color: #B5EBC8;
}
.AnyTagClassName
{
color: #B5EBC8;
}
</style>
background-color css
<style>
a { background-color: #B5EBC8; }
a { background-color: rgb(181,235,200); }
div.DivClassName
{
background-color: #B5EBC8;
}
.BgClassName
{
background-color: #B5EBC8;
}
</style>
border-color css
<style>
span { border-color: #B5EBC8; }
span { border-color: rgb(181,235,200); }
td.TdClassName
{
border-color: #B5EBC8;
}
.TagClassName
{
border-color: #B5EBC8;
}
</style>