Shades of Granny Apple #BCFCCF
Tints of Granny Apple #BCFCCF
RGB
CMYK
RGB Variations
Color information
#BCFCCF (or 0xBCFCCF) is known color: Granny Apple. HEX triplet: BC, FC and CF. RGB value is (188,252,207). Sum of RGB (Red+Green+Blue) = 188+252+207=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCCF is #430330. Grayscale: #E3E3E3. Windows color (decimal): -4391729 or 13630652. OLE color: 13630652.
HSL color Cylindrical-coordinate representation of color #BCFCCF: hue angle of 137.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCCF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 207 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.01 |
| HSL | 137.81º | 0.91% | 0.86% | - |
| HSV(B) | 137.81º | 0.25% | 0.99% | - |
| XYZ | 66.81 | 84.82 | 71.88 | - |
| YUV | 227.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 207 | 0.25 | 0 | 0.18 | 0.01 | 137.81 | 0.91 | 0.86 |
| Hex | BC | FC | CF | 19 | 0 | 12 | 1 | 8A | 5B | 56 |
| Octal | 274 | 374 | 317 | 31 | 0 | 22 | 1 | 212 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11001111 | 11001 | 0 | 10010 | 1 | 10001010 | 1011011 | 1010110 |
Color Harmonies of #BCFCCF
Complementary color
Monochromatic Colors of #BCFCCF
Black with #BCFCCF
Text Example
Text Example
White with #BCFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCCF; }
p { color: rgb(188,252,207); }
H1.HeaderClassName
{
color: #BCFCCF;
}
.AnyTagClassName
{
color: #BCFCCF;
}
</style>
background-color css
<style>
a { background-color: #BCFCCF; }
a { background-color: rgb(188,252,207); }
div.DivClassName
{
background-color: #BCFCCF;
}
.BgClassName
{
background-color: #BCFCCF;
}
</style>
border-color css
<style>
span { border-color: #BCFCCF; }
span { border-color: rgb(188,252,207); }
td.TdClassName
{
border-color: #BCFCCF;
}
.TagClassName
{
border-color: #BCFCCF;
}
</style>