Shades of Granny Apple #BCFFD0
Tints of Granny Apple #BCFFD0
RGB
CMYK
RGB Variations
Color information
#BCFFD0 (or 0xBCFFD0) is known color: Granny Apple. HEX triplet: BC, FF and D0. RGB value is (188,255,208). Sum of RGB (Red+Green+Blue) = 188+255+208=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD0 is #43002F. Grayscale: #E5E5E5. Windows color (decimal): -4390960 or 13696956. OLE color: 13696956.
HSL color Cylindrical-coordinate representation of color #BCFFD0: hue angle of 137.91º 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 #BCFFD0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 208 | - |
| CMYK | 0.26 | 0 | 0.18 | 0 |
| HSL | 137.91º | 1% | 0.87% | - |
| HSV(B) | 137.91º | 0.26% | 1% | - |
| XYZ | 67.88 | 86.77 | 72.84 | - |
| YUV | 229.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 208 | 0.26 | 0 | 0.18 | 0 | 137.91 | 1 | 0.87 |
| Hex | BC | FF | D0 | 1A | 0 | 12 | 0 | 8A | 64 | 57 |
| Octal | 274 | 377 | 320 | 32 | 0 | 22 | 0 | 212 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11010000 | 11010 | 0 | 10010 | 0 | 10001010 | 1100100 | 1010111 |
Color Harmonies of #BCFFD0
Complementary color
Monochromatic Colors of #BCFFD0
Black with #BCFFD0
Text Example
Text Example
White with #BCFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD0; }
p { color: rgb(188,255,208); }
H1.HeaderClassName
{
color: #BCFFD0;
}
.AnyTagClassName
{
color: #BCFFD0;
}
</style>
background-color css
<style>
a { background-color: #BCFFD0; }
a { background-color: rgb(188,255,208); }
div.DivClassName
{
background-color: #BCFFD0;
}
.BgClassName
{
background-color: #BCFFD0;
}
</style>
border-color css
<style>
span { border-color: #BCFFD0; }
span { border-color: rgb(188,255,208); }
td.TdClassName
{
border-color: #BCFFD0;
}
.TagClassName
{
border-color: #BCFFD0;
}
</style>