Shades of Granny Apple #BCFFD2
Tints of Granny Apple #BCFFD2
RGB
CMYK
RGB Variations
Color information
#BCFFD2 (or 0xBCFFD2) is known color: Granny Apple. HEX triplet: BC, FF and D2. RGB value is (188,255,210). Sum of RGB (Red+Green+Blue) = 188+255+210=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD2 is #43002D. Grayscale: #E5E5E5. Windows color (decimal): -4390958 or 13828028. OLE color: 13828028.
HSL color Cylindrical-coordinate representation of color #BCFFD2: hue angle of 139.7º 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 #BCFFD2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 210 | - |
| CMYK | 0.26 | 0 | 0.18 | 0 |
| HSL | 139.7º | 1% | 0.87% | - |
| HSV(B) | 139.7º | 0.26% | 1% | - |
| XYZ | 68.13 | 86.86 | 74.15 | - |
| YUV | 229.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 210 | 0.26 | 0 | 0.18 | 0 | 139.7 | 1 | 0.87 |
| Hex | BC | FF | D2 | 1A | 0 | 12 | 0 | 8C | 64 | 57 |
| Octal | 274 | 377 | 322 | 32 | 0 | 22 | 0 | 214 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11010010 | 11010 | 0 | 10010 | 0 | 10001100 | 1100100 | 1010111 |
Color Harmonies of #BCFFD2
Complementary color
Monochromatic Colors of #BCFFD2
Black with #BCFFD2
Text Example
Text Example
White with #BCFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD2; }
p { color: rgb(188,255,210); }
H1.HeaderClassName
{
color: #BCFFD2;
}
.AnyTagClassName
{
color: #BCFFD2;
}
</style>
background-color css
<style>
a { background-color: #BCFFD2; }
a { background-color: rgb(188,255,210); }
div.DivClassName
{
background-color: #BCFFD2;
}
.BgClassName
{
background-color: #BCFFD2;
}
</style>
border-color css
<style>
span { border-color: #BCFFD2; }
span { border-color: rgb(188,255,210); }
td.TdClassName
{
border-color: #BCFFD2;
}
.TagClassName
{
border-color: #BCFFD2;
}
</style>