Shades of Granny Apple #BAF2CC
Tints of Granny Apple #BAF2CC
RGB
CMYK
RGB Variations
Color information
#BAF2CC (or 0xBAF2CC) is known color: Granny Apple. HEX triplet: BA, F2 and CC. RGB value is (186,242,204). Sum of RGB (Red+Green+Blue) = 186+242+204=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2CC is #450D33. Grayscale: #DDDDDD. Windows color (decimal): -4525364 or 13431482. OLE color: 13431482.
HSL color Cylindrical-coordinate representation of color #BAF2CC: hue angle of 139.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2CC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 204 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.05 |
| HSL | 139.29º | 0.68% | 0.84% | - |
| HSV(B) | 139.29º | 0.23% | 0.95% | - |
| XYZ | 62.9 | 78.3 | 68.93 | - |
| YUV | 220.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 204 | 0.23 | 0 | 0.16 | 0.05 | 139.29 | 0.68 | 0.84 |
| Hex | BA | F2 | CC | 17 | 0 | 10 | 5 | 8B | 44 | 54 |
| Octal | 272 | 362 | 314 | 27 | 0 | 20 | 5 | 213 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11001100 | 10111 | 0 | 10000 | 101 | 10001011 | 1000100 | 1010100 |
Color Harmonies of #BAF2CC
Complementary color
Monochromatic Colors of #BAF2CC
Black with #BAF2CC
Text Example
Text Example
White with #BAF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2CC; }
p { color: rgb(186,242,204); }
H1.HeaderClassName
{
color: #BAF2CC;
}
.AnyTagClassName
{
color: #BAF2CC;
}
</style>
background-color css
<style>
a { background-color: #BAF2CC; }
a { background-color: rgb(186,242,204); }
div.DivClassName
{
background-color: #BAF2CC;
}
.BgClassName
{
background-color: #BAF2CC;
}
</style>
border-color css
<style>
span { border-color: #BAF2CC; }
span { border-color: rgb(186,242,204); }
td.TdClassName
{
border-color: #BAF2CC;
}
.TagClassName
{
border-color: #BAF2CC;
}
</style>