Shades of Granny Apple #BAF1CC
Tints of Granny Apple #BAF1CC
RGB
CMYK
RGB Variations
Color information
#BAF1CC (or 0xBAF1CC) is known color: Granny Apple. HEX triplet: BA, F1 and CC. RGB value is (186,241,204). Sum of RGB (Red+Green+Blue) = 186+241+204=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1CC is #450E33. Grayscale: #DCDCDC. Windows color (decimal): -4525620 or 13431226. OLE color: 13431226.
HSL color Cylindrical-coordinate representation of color #BAF1CC: hue angle of 139.64º 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 #BAF1CC is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 204 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 139.64º | 0.66% | 0.84% | - |
| HSV(B) | 139.64º | 0.23% | 0.95% | - |
| XYZ | 62.6 | 77.71 | 68.83 | - |
| YUV | 220.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 204 | 0.23 | 0 | 0.15 | 0.05 | 139.64 | 0.66 | 0.84 |
| Hex | BA | F1 | CC | 17 | 0 | F | 5 | 8C | 42 | 54 |
| Octal | 272 | 361 | 314 | 27 | 0 | 17 | 5 | 214 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11001100 | 10111 | 0 | 1111 | 101 | 10001100 | 1000010 | 1010100 |
Color Harmonies of #BAF1CC
Complementary color
Monochromatic Colors of #BAF1CC
Black with #BAF1CC
Text Example
Text Example
White with #BAF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1CC; }
p { color: rgb(186,241,204); }
H1.HeaderClassName
{
color: #BAF1CC;
}
.AnyTagClassName
{
color: #BAF1CC;
}
</style>
background-color css
<style>
a { background-color: #BAF1CC; }
a { background-color: rgb(186,241,204); }
div.DivClassName
{
background-color: #BAF1CC;
}
.BgClassName
{
background-color: #BAF1CC;
}
</style>
border-color css
<style>
span { border-color: #BAF1CC; }
span { border-color: rgb(186,241,204); }
td.TdClassName
{
border-color: #BAF1CC;
}
.TagClassName
{
border-color: #BAF1CC;
}
</style>