Shades of Granny Apple #BCF1C4
Tints of Granny Apple #BCF1C4
RGB
CMYK
RGB Variations
Color information
#BCF1C4 (or 0xBCF1C4) is known color: Granny Apple. HEX triplet: BC, F1 and C4. RGB value is (188,241,196). Sum of RGB (Red+Green+Blue) = 188+241+196=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1C4 is #430E3B. Grayscale: #DCDCDC. Windows color (decimal): -4394556 or 12906940. OLE color: 12906940.
HSL color Cylindrical-coordinate representation of color #BCF1C4: hue angle of 129.06º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1C4 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 196 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.05 |
| HSL | 129.06º | 0.65% | 0.84% | - |
| HSV(B) | 129.06º | 0.22% | 0.95% | - |
| XYZ | 62.16 | 77.59 | 63.92 | - |
| YUV | 220.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 196 | 0.22 | 0 | 0.19 | 0.05 | 129.06 | 0.65 | 0.84 |
| Hex | BC | F1 | C4 | 16 | 0 | 13 | 5 | 81 | 41 | 54 |
| Octal | 274 | 361 | 304 | 26 | 0 | 23 | 5 | 201 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11000100 | 10110 | 0 | 10011 | 101 | 10000001 | 1000001 | 1010100 |
Color Harmonies of #BCF1C4
Complementary color
Monochromatic Colors of #BCF1C4
Black with #BCF1C4
Text Example
Text Example
White with #BCF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1C4; }
p { color: rgb(188,241,196); }
H1.HeaderClassName
{
color: #BCF1C4;
}
.AnyTagClassName
{
color: #BCF1C4;
}
</style>
background-color css
<style>
a { background-color: #BCF1C4; }
a { background-color: rgb(188,241,196); }
div.DivClassName
{
background-color: #BCF1C4;
}
.BgClassName
{
background-color: #BCF1C4;
}
</style>
border-color css
<style>
span { border-color: #BCF1C4; }
span { border-color: rgb(188,241,196); }
td.TdClassName
{
border-color: #BCF1C4;
}
.TagClassName
{
border-color: #BCF1C4;
}
</style>