Shades of Granny Apple #BCFFC9
Tints of Granny Apple #BCFFC9
RGB
CMYK
RGB Variations
Color information
#BCFFC9 (or 0xBCFFC9) is known color: Granny Apple. HEX triplet: BC, FF and C9. RGB value is (188,255,201). Sum of RGB (Red+Green+Blue) = 188+255+201=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC9 is #430036. Grayscale: #E4E4E4. Windows color (decimal): -4390967 or 13238204. OLE color: 13238204.
HSL color Cylindrical-coordinate representation of color #BCFFC9: hue angle of 131.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFC9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 201 | - |
| CMYK | 0.26 | 0 | 0.21 | 0 |
| HSL | 131.64º | 1% | 0.87% | - |
| HSV(B) | 131.64º | 0.26% | 1% | - |
| XYZ | 67.04 | 86.43 | 68.41 | - |
| YUV | 228.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 201 | 0.26 | 0 | 0.21 | 0 | 131.64 | 1 | 0.87 |
| Hex | BC | FF | C9 | 1A | 0 | 15 | 0 | 84 | 64 | 57 |
| Octal | 274 | 377 | 311 | 32 | 0 | 25 | 0 | 204 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11001001 | 11010 | 0 | 10101 | 0 | 10000100 | 1100100 | 1010111 |
Color Harmonies of #BCFFC9
Complementary color
Monochromatic Colors of #BCFFC9
Black with #BCFFC9
Text Example
Text Example
White with #BCFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFC9; }
p { color: rgb(188,255,201); }
H1.HeaderClassName
{
color: #BCFFC9;
}
.AnyTagClassName
{
color: #BCFFC9;
}
</style>
background-color css
<style>
a { background-color: #BCFFC9; }
a { background-color: rgb(188,255,201); }
div.DivClassName
{
background-color: #BCFFC9;
}
.BgClassName
{
background-color: #BCFFC9;
}
</style>
border-color css
<style>
span { border-color: #BCFFC9; }
span { border-color: rgb(188,255,201); }
td.TdClassName
{
border-color: #BCFFC9;
}
.TagClassName
{
border-color: #BCFFC9;
}
</style>