Shades of Granny Apple #BCEEC7
Tints of Granny Apple #BCEEC7
RGB
CMYK
RGB Variations
Color information
#BCEEC7 (or 0xBCEEC7) is known color: Granny Apple. HEX triplet: BC, EE and C7. RGB value is (188,238,199). Sum of RGB (Red+Green+Blue) = 188+238+199=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC7 is #431138. Grayscale: #DADADA. Windows color (decimal): -4395321 or 13102780. OLE color: 13102780.
HSL color Cylindrical-coordinate representation of color #BCEEC7: hue angle of 133.2º 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 #BCEEC7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 199 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.07 |
| HSL | 133.2º | 0.6% | 0.84% | - |
| HSV(B) | 133.2º | 0.21% | 0.93% | - |
| XYZ | 61.62 | 75.96 | 65.45 | - |
| YUV | 218.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 199 | 0.21 | 0 | 0.16 | 0.07 | 133.2 | 0.6 | 0.84 |
| Hex | BC | EE | C7 | 15 | 0 | 10 | 7 | 85 | 3C | 54 |
| Octal | 274 | 356 | 307 | 25 | 0 | 20 | 7 | 205 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11000111 | 10101 | 0 | 10000 | 111 | 10000101 | 111100 | 1010100 |
Color Harmonies of #BCEEC7
Complementary color
Monochromatic Colors of #BCEEC7
Black with #BCEEC7
Text Example
Text Example
White with #BCEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEC7; }
p { color: rgb(188,238,199); }
H1.HeaderClassName
{
color: #BCEEC7;
}
.AnyTagClassName
{
color: #BCEEC7;
}
</style>
background-color css
<style>
a { background-color: #BCEEC7; }
a { background-color: rgb(188,238,199); }
div.DivClassName
{
background-color: #BCEEC7;
}
.BgClassName
{
background-color: #BCEEC7;
}
</style>
border-color css
<style>
span { border-color: #BCEEC7; }
span { border-color: rgb(188,238,199); }
td.TdClassName
{
border-color: #BCEEC7;
}
.TagClassName
{
border-color: #BCEEC7;
}
</style>