Shades of Granny Apple #BAF3C4
Tints of Granny Apple #BAF3C4
RGB
CMYK
RGB Variations
Color information
#BAF3C4 (or 0xBAF3C4) is known color: Granny Apple. HEX triplet: BA, F3 and C4. RGB value is (186,243,196). Sum of RGB (Red+Green+Blue) = 186+243+196=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3C4 is #450C3B. Grayscale: #DCDCDC. Windows color (decimal): -4525116 or 12907450. OLE color: 12907450.
HSL color Cylindrical-coordinate representation of color #BAF3C4: hue angle of 130.53º degrees, saturation: 0.7, 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 #BAF3C4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 196 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 130.53º | 0.7% | 0.84% | - |
| HSV(B) | 130.53º | 0.23% | 0.95% | - |
| XYZ | 62.26 | 78.53 | 64.1 | - |
| YUV | 220.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 196 | 0.23 | 0 | 0.19 | 0.05 | 130.53 | 0.7 | 0.84 |
| Hex | BA | F3 | C4 | 17 | 0 | 13 | 5 | 83 | 46 | 54 |
| Octal | 272 | 363 | 304 | 27 | 0 | 23 | 5 | 203 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11000100 | 10111 | 0 | 10011 | 101 | 10000011 | 1000110 | 1010100 |
Color Harmonies of #BAF3C4
Complementary color
Monochromatic Colors of #BAF3C4
Black with #BAF3C4
Text Example
Text Example
White with #BAF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3C4; }
p { color: rgb(186,243,196); }
H1.HeaderClassName
{
color: #BAF3C4;
}
.AnyTagClassName
{
color: #BAF3C4;
}
</style>
background-color css
<style>
a { background-color: #BAF3C4; }
a { background-color: rgb(186,243,196); }
div.DivClassName
{
background-color: #BAF3C4;
}
.BgClassName
{
background-color: #BAF3C4;
}
</style>
border-color css
<style>
span { border-color: #BAF3C4; }
span { border-color: rgb(186,243,196); }
td.TdClassName
{
border-color: #BAF3C4;
}
.TagClassName
{
border-color: #BAF3C4;
}
</style>