Shades of Granny Apple #BAF1CE
Tints of Granny Apple #BAF1CE
RGB
CMYK
RGB Variations
Color information
#BAF1CE (or 0xBAF1CE) is known color: Granny Apple. HEX triplet: BA, F1 and CE. RGB value is (186,241,206). Sum of RGB (Red+Green+Blue) = 186+241+206=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1CE is #450E31. Grayscale: #DCDCDC. Windows color (decimal): -4525618 or 13562298. OLE color: 13562298.
HSL color Cylindrical-coordinate representation of color #BAF1CE: hue angle of 141.82º degrees, saturation: 0.66, 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 #BAF1CE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 206 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 141.82º | 0.66% | 0.84% | - |
| HSV(B) | 141.82º | 0.23% | 0.95% | - |
| XYZ | 62.85 | 77.81 | 70.1 | - |
| YUV | 220.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 206 | 0.23 | 0 | 0.15 | 0.05 | 141.82 | 0.66 | 0.84 |
| Hex | BA | F1 | CE | 17 | 0 | F | 5 | 8E | 42 | 54 |
| Octal | 272 | 361 | 316 | 27 | 0 | 17 | 5 | 216 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11001110 | 10111 | 0 | 1111 | 101 | 10001110 | 1000010 | 1010100 |
Color Harmonies of #BAF1CE
Complementary color
Monochromatic Colors of #BAF1CE
Black with #BAF1CE
Text Example
Text Example
White with #BAF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1CE; }
p { color: rgb(186,241,206); }
H1.HeaderClassName
{
color: #BAF1CE;
}
.AnyTagClassName
{
color: #BAF1CE;
}
</style>
background-color css
<style>
a { background-color: #BAF1CE; }
a { background-color: rgb(186,241,206); }
div.DivClassName
{
background-color: #BAF1CE;
}
.BgClassName
{
background-color: #BAF1CE;
}
</style>
border-color css
<style>
span { border-color: #BAF1CE; }
span { border-color: rgb(186,241,206); }
td.TdClassName
{
border-color: #BAF1CE;
}
.TagClassName
{
border-color: #BAF1CE;
}
</style>