Shades of Granny Apple #BCFFD1
Tints of Granny Apple #BCFFD1
RGB
CMYK
RGB Variations
Color information
#BCFFD1 (or 0xBCFFD1) is known color: Granny Apple. HEX triplet: BC, FF and D1. RGB value is (188,255,209). Sum of RGB (Red+Green+Blue) = 188+255+209=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD1 is #43002E. Grayscale: #E5E5E5. Windows color (decimal): -4390959 or 13762492. OLE color: 13762492.
HSL color Cylindrical-coordinate representation of color #BCFFD1: hue angle of 138.81º 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 #BCFFD1 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 209 | - |
| CMYK | 0.26 | 0 | 0.18 | 0 |
| HSL | 138.81º | 1% | 0.87% | - |
| HSV(B) | 138.81º | 0.26% | 1% | - |
| XYZ | 68.01 | 86.81 | 73.49 | - |
| YUV | 229.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 209 | 0.26 | 0 | 0.18 | 0 | 138.81 | 1 | 0.87 |
| Hex | BC | FF | D1 | 1A | 0 | 12 | 0 | 8B | 64 | 57 |
| Octal | 274 | 377 | 321 | 32 | 0 | 22 | 0 | 213 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11010001 | 11010 | 0 | 10010 | 0 | 10001011 | 1100100 | 1010111 |
Color Harmonies of #BCFFD1
Complementary color
Monochromatic Colors of #BCFFD1
Black with #BCFFD1
Text Example
Text Example
White with #BCFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD1; }
p { color: rgb(188,255,209); }
H1.HeaderClassName
{
color: #BCFFD1;
}
.AnyTagClassName
{
color: #BCFFD1;
}
</style>
background-color css
<style>
a { background-color: #BCFFD1; }
a { background-color: rgb(188,255,209); }
div.DivClassName
{
background-color: #BCFFD1;
}
.BgClassName
{
background-color: #BCFFD1;
}
</style>
border-color css
<style>
span { border-color: #BCFFD1; }
span { border-color: rgb(188,255,209); }
td.TdClassName
{
border-color: #BCFFD1;
}
.TagClassName
{
border-color: #BCFFD1;
}
</style>