Shades of Granny Apple #BAEFC6
Tints of Granny Apple #BAEFC6
RGB
CMYK
RGB Variations
Color information
#BAEFC6 (or 0xBAEFC6) is known color: Granny Apple. HEX triplet: BA, EF and C6. RGB value is (186,239,198). Sum of RGB (Red+Green+Blue) = 186+239+198=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC6 is #451039. Grayscale: #DADADA. Windows color (decimal): -4526138 or 13037498. OLE color: 13037498.
HSL color Cylindrical-coordinate representation of color #BAEFC6: hue angle of 133.58º 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 #BAEFC6 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 198 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.06 |
| HSL | 133.58º | 0.62% | 0.83% | - |
| HSV(B) | 133.58º | 0.22% | 0.94% | - |
| XYZ | 61.31 | 76.25 | 64.91 | - |
| YUV | 218.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 198 | 0.22 | 0 | 0.17 | 0.06 | 133.58 | 0.62 | 0.83 |
| Hex | BA | EF | C6 | 16 | 0 | 11 | 6 | 86 | 3E | 53 |
| Octal | 272 | 357 | 306 | 26 | 0 | 21 | 6 | 206 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11000110 | 10110 | 0 | 10001 | 110 | 10000110 | 111110 | 1010011 |
Color Harmonies of #BAEFC6
Complementary color
Monochromatic Colors of #BAEFC6
Black with #BAEFC6
Text Example
Text Example
White with #BAEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFC6; }
p { color: rgb(186,239,198); }
H1.HeaderClassName
{
color: #BAEFC6;
}
.AnyTagClassName
{
color: #BAEFC6;
}
</style>
background-color css
<style>
a { background-color: #BAEFC6; }
a { background-color: rgb(186,239,198); }
div.DivClassName
{
background-color: #BAEFC6;
}
.BgClassName
{
background-color: #BAEFC6;
}
</style>
border-color css
<style>
span { border-color: #BAEFC6; }
span { border-color: rgb(186,239,198); }
td.TdClassName
{
border-color: #BAEFC6;
}
.TagClassName
{
border-color: #BAEFC6;
}
</style>