Shades of Granny Apple #BCF3C4
Tints of Granny Apple #BCF3C4
RGB
CMYK
RGB Variations
Color information
#BCF3C4 (or 0xBCF3C4) is known color: Granny Apple. HEX triplet: BC, F3 and C4. RGB value is (188,243,196). Sum of RGB (Red+Green+Blue) = 188+243+196=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3C4 is #430C3B. Grayscale: #DDDDDD. Windows color (decimal): -4394044 or 12907452. OLE color: 12907452.
HSL color Cylindrical-coordinate representation of color #BCF3C4: hue angle of 128.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3C4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 196 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 128.73º | 0.7% | 0.85% | - |
| HSV(B) | 128.73º | 0.23% | 0.95% | - |
| XYZ | 62.75 | 78.78 | 64.12 | - |
| YUV | 221.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 196 | 0.23 | 0 | 0.19 | 0.05 | 128.73 | 0.7 | 0.85 |
| Hex | BC | F3 | C4 | 17 | 0 | 13 | 5 | 81 | 46 | 55 |
| Octal | 274 | 363 | 304 | 27 | 0 | 23 | 5 | 201 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11000100 | 10111 | 0 | 10011 | 101 | 10000001 | 1000110 | 1010101 |
Color Harmonies of #BCF3C4
Complementary color
Monochromatic Colors of #BCF3C4
Black with #BCF3C4
Text Example
Text Example
White with #BCF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3C4; }
p { color: rgb(188,243,196); }
H1.HeaderClassName
{
color: #BCF3C4;
}
.AnyTagClassName
{
color: #BCF3C4;
}
</style>
background-color css
<style>
a { background-color: #BCF3C4; }
a { background-color: rgb(188,243,196); }
div.DivClassName
{
background-color: #BCF3C4;
}
.BgClassName
{
background-color: #BCF3C4;
}
</style>
border-color css
<style>
span { border-color: #BCF3C4; }
span { border-color: rgb(188,243,196); }
td.TdClassName
{
border-color: #BCF3C4;
}
.TagClassName
{
border-color: #BCF3C4;
}
</style>