Shades of Granny Apple #BCFACF
Tints of Granny Apple #BCFACF
RGB
CMYK
RGB Variations
Color information
#BCFACF (or 0xBCFACF) is known color: Granny Apple. HEX triplet: BC, FA and CF. RGB value is (188,250,207). Sum of RGB (Red+Green+Blue) = 188+250+207=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFACF is #430530. Grayscale: #E2E2E2. Windows color (decimal): -4392241 or 13630140. OLE color: 13630140.
HSL color Cylindrical-coordinate representation of color #BCFACF: hue angle of 138.39º degrees, saturation: 0.86, 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 #BCFACF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 207 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.02 |
| HSL | 138.39º | 0.86% | 0.86% | - |
| HSV(B) | 138.39º | 0.25% | 0.98% | - |
| XYZ | 66.19 | 83.57 | 71.67 | - |
| YUV | 226.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 207 | 0.25 | 0 | 0.17 | 0.02 | 138.39 | 0.86 | 0.86 |
| Hex | BC | FA | CF | 19 | 0 | 11 | 2 | 8A | 56 | 56 |
| Octal | 274 | 372 | 317 | 31 | 0 | 21 | 2 | 212 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11001111 | 11001 | 0 | 10001 | 10 | 10001010 | 1010110 | 1010110 |
Color Harmonies of #BCFACF
Complementary color
Monochromatic Colors of #BCFACF
Black with #BCFACF
Text Example
Text Example
White with #BCFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFACF; }
p { color: rgb(188,250,207); }
H1.HeaderClassName
{
color: #BCFACF;
}
.AnyTagClassName
{
color: #BCFACF;
}
</style>
background-color css
<style>
a { background-color: #BCFACF; }
a { background-color: rgb(188,250,207); }
div.DivClassName
{
background-color: #BCFACF;
}
.BgClassName
{
background-color: #BCFACF;
}
</style>
border-color css
<style>
span { border-color: #BCFACF; }
span { border-color: rgb(188,250,207); }
td.TdClassName
{
border-color: #BCFACF;
}
.TagClassName
{
border-color: #BCFACF;
}
</style>