Shades of Granny Apple #BAEAC8
Tints of Granny Apple #BAEAC8
RGB
CMYK
RGB Variations
Color information
#BAEAC8 (or 0xBAEAC8) is known color: Granny Apple. HEX triplet: BA, EA and C8. RGB value is (186,234,200). Sum of RGB (Red+Green+Blue) = 186+234+200=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC8 is #451537. Grayscale: #D7D7D7. Windows color (decimal): -4527416 or 13167290. OLE color: 13167290.
HSL color Cylindrical-coordinate representation of color #BAEAC8: hue angle of 137.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAC8 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 200 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.08 |
| HSL | 137.5º | 0.53% | 0.82% | - |
| HSV(B) | 137.5º | 0.21% | 0.92% | - |
| XYZ | 60.1 | 73.45 | 65.65 | - |
| YUV | 215.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 200 | 0.21 | 0 | 0.15 | 0.08 | 137.5 | 0.53 | 0.82 |
| Hex | BA | EA | C8 | 15 | 0 | F | 8 | 8A | 35 | 52 |
| Octal | 272 | 352 | 310 | 25 | 0 | 17 | 10 | 212 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11001000 | 10101 | 0 | 1111 | 1000 | 10001010 | 110101 | 1010010 |
Color Harmonies of #BAEAC8
Complementary color
Monochromatic Colors of #BAEAC8
Black with #BAEAC8
Text Example
Text Example
White with #BAEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAC8; }
p { color: rgb(186,234,200); }
H1.HeaderClassName
{
color: #BAEAC8;
}
.AnyTagClassName
{
color: #BAEAC8;
}
</style>
background-color css
<style>
a { background-color: #BAEAC8; }
a { background-color: rgb(186,234,200); }
div.DivClassName
{
background-color: #BAEAC8;
}
.BgClassName
{
background-color: #BAEAC8;
}
</style>
border-color css
<style>
span { border-color: #BAEAC8; }
span { border-color: rgb(186,234,200); }
td.TdClassName
{
border-color: #BAEAC8;
}
.TagClassName
{
border-color: #BAEAC8;
}
</style>