Shades of Granny Apple #BCEECA
Tints of Granny Apple #BCEECA
RGB
CMYK
RGB Variations
Color information
#BCEECA (or 0xBCEECA) is known color: Granny Apple. HEX triplet: BC, EE and CA. RGB value is (188,238,202). Sum of RGB (Red+Green+Blue) = 188+238+202=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEECA is #431135. Grayscale: #DBDBDB. Windows color (decimal): -4395318 or 13299388. OLE color: 13299388.
HSL color Cylindrical-coordinate representation of color #BCEECA: hue angle of 136.8º 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 #BCEECA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 202 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 136.8º | 0.6% | 0.84% | - |
| HSV(B) | 136.8º | 0.21% | 0.93% | - |
| XYZ | 61.97 | 76.1 | 67.3 | - |
| YUV | 218.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 202 | 0.21 | 0 | 0.15 | 0.07 | 136.8 | 0.6 | 0.84 |
| Hex | BC | EE | CA | 15 | 0 | F | 7 | 89 | 3C | 54 |
| Octal | 274 | 356 | 312 | 25 | 0 | 17 | 7 | 211 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11001010 | 10101 | 0 | 1111 | 111 | 10001001 | 111100 | 1010100 |
Color Harmonies of #BCEECA
Complementary color
Monochromatic Colors of #BCEECA
Black with #BCEECA
Text Example
Text Example
White with #BCEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEECA; }
p { color: rgb(188,238,202); }
H1.HeaderClassName
{
color: #BCEECA;
}
.AnyTagClassName
{
color: #BCEECA;
}
</style>
background-color css
<style>
a { background-color: #BCEECA; }
a { background-color: rgb(188,238,202); }
div.DivClassName
{
background-color: #BCEECA;
}
.BgClassName
{
background-color: #BCEECA;
}
</style>
border-color css
<style>
span { border-color: #BCEECA; }
span { border-color: rgb(188,238,202); }
td.TdClassName
{
border-color: #BCEECA;
}
.TagClassName
{
border-color: #BCEECA;
}
</style>