Shades of Granny Apple #BCF5CA
Tints of Granny Apple #BCF5CA
RGB
CMYK
RGB Variations
Color information
#BCF5CA (or 0xBCF5CA) is known color: Granny Apple. HEX triplet: BC, F5 and CA. RGB value is (188,245,202). Sum of RGB (Red+Green+Blue) = 188+245+202=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5CA is #430A35. Grayscale: #DFDFDF. Windows color (decimal): -4393526 or 13301180. OLE color: 13301180.
HSL color Cylindrical-coordinate representation of color #BCF5CA: hue angle of 134.74º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5CA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 202 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.04 |
| HSL | 134.74º | 0.74% | 0.85% | - |
| HSV(B) | 134.74º | 0.23% | 0.96% | - |
| XYZ | 64.05 | 80.26 | 67.99 | - |
| YUV | 223.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 202 | 0.23 | 0 | 0.18 | 0.04 | 134.74 | 0.74 | 0.85 |
| Hex | BC | F5 | CA | 17 | 0 | 12 | 4 | 87 | 4A | 55 |
| Octal | 274 | 365 | 312 | 27 | 0 | 22 | 4 | 207 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11001010 | 10111 | 0 | 10010 | 100 | 10000111 | 1001010 | 1010101 |
Color Harmonies of #BCF5CA
Complementary color
Monochromatic Colors of #BCF5CA
Black with #BCF5CA
Text Example
Text Example
White with #BCF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5CA; }
p { color: rgb(188,245,202); }
H1.HeaderClassName
{
color: #BCF5CA;
}
.AnyTagClassName
{
color: #BCF5CA;
}
</style>
background-color css
<style>
a { background-color: #BCF5CA; }
a { background-color: rgb(188,245,202); }
div.DivClassName
{
background-color: #BCF5CA;
}
.BgClassName
{
background-color: #BCF5CA;
}
</style>
border-color css
<style>
span { border-color: #BCF5CA; }
span { border-color: rgb(188,245,202); }
td.TdClassName
{
border-color: #BCF5CA;
}
.TagClassName
{
border-color: #BCF5CA;
}
</style>