Shades of Granny Apple #BAF3CE
Tints of Granny Apple #BAF3CE
RGB
CMYK
RGB Variations
Color information
#BAF3CE (or 0xBAF3CE) is known color: Granny Apple. HEX triplet: BA, F3 and CE. RGB value is (186,243,206). Sum of RGB (Red+Green+Blue) = 186+243+206=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3CE is #450C31. Grayscale: #DDDDDD. Windows color (decimal): -4525106 or 13562810. OLE color: 13562810.
HSL color Cylindrical-coordinate representation of color #BAF3CE: hue angle of 141.05º 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 #BAF3CE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 206 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 141.05º | 0.7% | 0.84% | - |
| HSV(B) | 141.05º | 0.23% | 0.95% | - |
| XYZ | 63.44 | 79 | 70.3 | - |
| YUV | 221.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 206 | 0.23 | 0 | 0.15 | 0.05 | 141.05 | 0.7 | 0.84 |
| Hex | BA | F3 | CE | 17 | 0 | F | 5 | 8D | 46 | 54 |
| Octal | 272 | 363 | 316 | 27 | 0 | 17 | 5 | 215 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11001110 | 10111 | 0 | 1111 | 101 | 10001101 | 1000110 | 1010100 |
Color Harmonies of #BAF3CE
Complementary color
Monochromatic Colors of #BAF3CE
Black with #BAF3CE
Text Example
Text Example
White with #BAF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3CE; }
p { color: rgb(186,243,206); }
H1.HeaderClassName
{
color: #BAF3CE;
}
.AnyTagClassName
{
color: #BAF3CE;
}
</style>
background-color css
<style>
a { background-color: #BAF3CE; }
a { background-color: rgb(186,243,206); }
div.DivClassName
{
background-color: #BAF3CE;
}
.BgClassName
{
background-color: #BAF3CE;
}
</style>
border-color css
<style>
span { border-color: #BAF3CE; }
span { border-color: rgb(186,243,206); }
td.TdClassName
{
border-color: #BAF3CE;
}
.TagClassName
{
border-color: #BAF3CE;
}
</style>