Shades of Granny Apple #BCFBCF
Tints of Granny Apple #BCFBCF
RGB
CMYK
RGB Variations
Color information
#BCFBCF (or 0xBCFBCF) is known color: Granny Apple. HEX triplet: BC, FB and CF. RGB value is (188,251,207). Sum of RGB (Red+Green+Blue) = 188+251+207=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCF is #430430. Grayscale: #E3E3E3. Windows color (decimal): -4391985 or 13630396. OLE color: 13630396.
HSL color Cylindrical-coordinate representation of color #BCFBCF: hue angle of 138.1º 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 #BCFBCF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 207 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 138.1º | 0.89% | 0.86% | - |
| HSV(B) | 138.1º | 0.25% | 0.98% | - |
| XYZ | 66.5 | 84.19 | 71.78 | - |
| YUV | 227.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 207 | 0.25 | 0 | 0.18 | 0.02 | 138.1 | 0.89 | 0.86 |
| Hex | BC | FB | CF | 19 | 0 | 12 | 2 | 8A | 59 | 56 |
| Octal | 274 | 373 | 317 | 31 | 0 | 22 | 2 | 212 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11001111 | 11001 | 0 | 10010 | 10 | 10001010 | 1011001 | 1010110 |
Color Harmonies of #BCFBCF
Complementary color
Monochromatic Colors of #BCFBCF
Black with #BCFBCF
Text Example
Text Example
White with #BCFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBCF; }
p { color: rgb(188,251,207); }
H1.HeaderClassName
{
color: #BCFBCF;
}
.AnyTagClassName
{
color: #BCFBCF;
}
</style>
background-color css
<style>
a { background-color: #BCFBCF; }
a { background-color: rgb(188,251,207); }
div.DivClassName
{
background-color: #BCFBCF;
}
.BgClassName
{
background-color: #BCFBCF;
}
</style>
border-color css
<style>
span { border-color: #BCFBCF; }
span { border-color: rgb(188,251,207); }
td.TdClassName
{
border-color: #BCFBCF;
}
.TagClassName
{
border-color: #BCFBCF;
}
</style>