Shades of Granny Apple #BCFBD2
Tints of Granny Apple #BCFBD2
RGB
CMYK
RGB Variations
Color information
#BCFBD2 (or 0xBCFBD2) is known color: Granny Apple. HEX triplet: BC, FB and D2. RGB value is (188,251,210). Sum of RGB (Red+Green+Blue) = 188+251+210=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD2 is #43042D. Grayscale: #E3E3E3. Windows color (decimal): -4391982 or 13827004. OLE color: 13827004.
HSL color Cylindrical-coordinate representation of color #BCFBD2: hue angle of 140.95º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBD2 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 210 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 140.95º | 0.89% | 0.86% | - |
| HSV(B) | 140.95º | 0.25% | 0.98% | - |
| XYZ | 66.87 | 84.34 | 73.73 | - |
| YUV | 227.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 210 | 0.25 | 0 | 0.16 | 0.02 | 140.95 | 0.89 | 0.86 |
| Hex | BC | FB | D2 | 19 | 0 | 10 | 2 | 8D | 59 | 56 |
| Octal | 274 | 373 | 322 | 31 | 0 | 20 | 2 | 215 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11010010 | 11001 | 0 | 10000 | 10 | 10001101 | 1011001 | 1010110 |
Color Harmonies of #BCFBD2
Complementary color
Monochromatic Colors of #BCFBD2
Black with #BCFBD2
Text Example
Text Example
White with #BCFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBD2; }
p { color: rgb(188,251,210); }
H1.HeaderClassName
{
color: #BCFBD2;
}
.AnyTagClassName
{
color: #BCFBD2;
}
</style>
background-color css
<style>
a { background-color: #BCFBD2; }
a { background-color: rgb(188,251,210); }
div.DivClassName
{
background-color: #BCFBD2;
}
.BgClassName
{
background-color: #BCFBD2;
}
</style>
border-color css
<style>
span { border-color: #BCFBD2; }
span { border-color: rgb(188,251,210); }
td.TdClassName
{
border-color: #BCFBD2;
}
.TagClassName
{
border-color: #BCFBD2;
}
</style>