Shades of Granny Apple #BCFFD3
Tints of Granny Apple #BCFFD3
RGB
CMYK
RGB Variations
Color information
#BCFFD3 (or 0xBCFFD3) is known color: Granny Apple. HEX triplet: BC, FF and D3. RGB value is (188,255,211). Sum of RGB (Red+Green+Blue) = 188+255+211=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD3 is #43002C. Grayscale: #E6E6E6. Windows color (decimal): -4390957 or 13893564. OLE color: 13893564.
HSL color Cylindrical-coordinate representation of color #BCFFD3: hue angle of 140.6º 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 #BCFFD3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 211 | - |
| CMYK | 0.26 | 0 | 0.17 | 0 |
| HSL | 140.6º | 1% | 0.87% | - |
| HSV(B) | 140.6º | 0.26% | 1% | - |
| XYZ | 68.26 | 86.91 | 74.81 | - |
| YUV | 229.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 211 | 0.26 | 0 | 0.17 | 0 | 140.6 | 1 | 0.87 |
| Hex | BC | FF | D3 | 1A | 0 | 11 | 0 | 8D | 64 | 57 |
| Octal | 274 | 377 | 323 | 32 | 0 | 21 | 0 | 215 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11010011 | 11010 | 0 | 10001 | 0 | 10001101 | 1100100 | 1010111 |
Color Harmonies of #BCFFD3
Complementary color
Monochromatic Colors of #BCFFD3
Black with #BCFFD3
Text Example
Text Example
White with #BCFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD3; }
p { color: rgb(188,255,211); }
H1.HeaderClassName
{
color: #BCFFD3;
}
.AnyTagClassName
{
color: #BCFFD3;
}
</style>
background-color css
<style>
a { background-color: #BCFFD3; }
a { background-color: rgb(188,255,211); }
div.DivClassName
{
background-color: #BCFFD3;
}
.BgClassName
{
background-color: #BCFFD3;
}
</style>
border-color css
<style>
span { border-color: #BCFFD3; }
span { border-color: rgb(188,255,211); }
td.TdClassName
{
border-color: #BCFFD3;
}
.TagClassName
{
border-color: #BCFFD3;
}
</style>