Shades of Granny Apple #BAEFC4
Tints of Granny Apple #BAEFC4
RGB
CMYK
RGB Variations
Color information
#BAEFC4 (or 0xBAEFC4) is known color: Granny Apple. HEX triplet: BA, EF and C4. RGB value is (186,239,196). Sum of RGB (Red+Green+Blue) = 186+239+196=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC4 is #45103B. Grayscale: #DADADA. Windows color (decimal): -4526140 or 12906426. OLE color: 12906426.
HSL color Cylindrical-coordinate representation of color #BAEFC4: hue angle of 131.32º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC4 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 196 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.06 |
| HSL | 131.32º | 0.62% | 0.83% | - |
| HSV(B) | 131.32º | 0.22% | 0.94% | - |
| XYZ | 61.08 | 76.16 | 63.71 | - |
| YUV | 218.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 196 | 0.22 | 0 | 0.18 | 0.06 | 131.32 | 0.62 | 0.83 |
| Hex | BA | EF | C4 | 16 | 0 | 12 | 6 | 83 | 3E | 53 |
| Octal | 272 | 357 | 304 | 26 | 0 | 22 | 6 | 203 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11000100 | 10110 | 0 | 10010 | 110 | 10000011 | 111110 | 1010011 |
Color Harmonies of #BAEFC4
Complementary color
Monochromatic Colors of #BAEFC4
Black with #BAEFC4
Text Example
Text Example
White with #BAEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFC4; }
p { color: rgb(186,239,196); }
H1.HeaderClassName
{
color: #BAEFC4;
}
.AnyTagClassName
{
color: #BAEFC4;
}
</style>
background-color css
<style>
a { background-color: #BAEFC4; }
a { background-color: rgb(186,239,196); }
div.DivClassName
{
background-color: #BAEFC4;
}
.BgClassName
{
background-color: #BAEFC4;
}
</style>
border-color css
<style>
span { border-color: #BAEFC4; }
span { border-color: rgb(186,239,196); }
td.TdClassName
{
border-color: #BAEFC4;
}
.TagClassName
{
border-color: #BAEFC4;
}
</style>