Shades of Granny Apple #BCFAD0
Tints of Granny Apple #BCFAD0
RGB
CMYK
RGB Variations
Color information
#BCFAD0 (or 0xBCFAD0) is known color: Granny Apple. HEX triplet: BC, FA and D0. RGB value is (188,250,208). Sum of RGB (Red+Green+Blue) = 188+250+208=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD0 is #43052F. Grayscale: #E2E2E2. Windows color (decimal): -4392240 or 13695676. OLE color: 13695676.
HSL color Cylindrical-coordinate representation of color #BCFAD0: hue angle of 139.35º 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 #BCFAD0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 208 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.02 |
| HSL | 139.35º | 0.86% | 0.86% | - |
| HSV(B) | 139.35º | 0.25% | 0.98% | - |
| XYZ | 66.31 | 83.62 | 72.32 | - |
| YUV | 226.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 208 | 0.25 | 0 | 0.17 | 0.02 | 139.35 | 0.86 | 0.86 |
| Hex | BC | FA | D0 | 19 | 0 | 11 | 2 | 8B | 56 | 56 |
| Octal | 274 | 372 | 320 | 31 | 0 | 21 | 2 | 213 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11010000 | 11001 | 0 | 10001 | 10 | 10001011 | 1010110 | 1010110 |
Color Harmonies of #BCFAD0
Complementary color
Monochromatic Colors of #BCFAD0
Black with #BCFAD0
Text Example
Text Example
White with #BCFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAD0; }
p { color: rgb(188,250,208); }
H1.HeaderClassName
{
color: #BCFAD0;
}
.AnyTagClassName
{
color: #BCFAD0;
}
</style>
background-color css
<style>
a { background-color: #BCFAD0; }
a { background-color: rgb(188,250,208); }
div.DivClassName
{
background-color: #BCFAD0;
}
.BgClassName
{
background-color: #BCFAD0;
}
</style>
border-color css
<style>
span { border-color: #BCFAD0; }
span { border-color: rgb(188,250,208); }
td.TdClassName
{
border-color: #BCFAD0;
}
.TagClassName
{
border-color: #BCFAD0;
}
</style>