Shades of Granny Apple #BCEEC4
Tints of Granny Apple #BCEEC4
RGB
CMYK
RGB Variations
Color information
#BCEEC4 (or 0xBCEEC4) is known color: Granny Apple. HEX triplet: BC, EE and C4. RGB value is (188,238,196). Sum of RGB (Red+Green+Blue) = 188+238+196=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC4 is #43113B. Grayscale: #DADADA. Windows color (decimal): -4395324 or 12906172. OLE color: 12906172.
HSL color Cylindrical-coordinate representation of color #BCEEC4: hue angle of 129.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEC4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 196 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 129.6º | 0.6% | 0.84% | - |
| HSV(B) | 129.6º | 0.21% | 0.93% | - |
| XYZ | 61.28 | 75.83 | 63.63 | - |
| YUV | 218.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 196 | 0.21 | 0 | 0.18 | 0.07 | 129.6 | 0.6 | 0.84 |
| Hex | BC | EE | C4 | 15 | 0 | 12 | 7 | 82 | 3C | 54 |
| Octal | 274 | 356 | 304 | 25 | 0 | 22 | 7 | 202 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11000100 | 10101 | 0 | 10010 | 111 | 10000010 | 111100 | 1010100 |
Color Harmonies of #BCEEC4
Complementary color
Monochromatic Colors of #BCEEC4
Black with #BCEEC4
Text Example
Text Example
White with #BCEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEC4; }
p { color: rgb(188,238,196); }
H1.HeaderClassName
{
color: #BCEEC4;
}
.AnyTagClassName
{
color: #BCEEC4;
}
</style>
background-color css
<style>
a { background-color: #BCEEC4; }
a { background-color: rgb(188,238,196); }
div.DivClassName
{
background-color: #BCEEC4;
}
.BgClassName
{
background-color: #BCEEC4;
}
</style>
border-color css
<style>
span { border-color: #BCEEC4; }
span { border-color: rgb(188,238,196); }
td.TdClassName
{
border-color: #BCEEC4;
}
.TagClassName
{
border-color: #BCEEC4;
}
</style>