Shades of Granny Apple #BCEECC
Tints of Granny Apple #BCEECC
RGB
CMYK
RGB Variations
Color information
#BCEECC (or 0xBCEECC) is known color: Granny Apple. HEX triplet: BC, EE and CC. RGB value is (188,238,204). Sum of RGB (Red+Green+Blue) = 188+238+204=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEECC is #431133. Grayscale: #DBDBDB. Windows color (decimal): -4395316 or 13430460. OLE color: 13430460.
HSL color Cylindrical-coordinate representation of color #BCEECC: hue angle of 139.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 #BCEECC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 204 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.07 |
| HSL | 139.2º | 0.6% | 0.84% | - |
| HSV(B) | 139.2º | 0.21% | 0.93% | - |
| XYZ | 62.21 | 76.2 | 68.56 | - |
| YUV | 219.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 204 | 0.21 | 0 | 0.14 | 0.07 | 139.2 | 0.6 | 0.84 |
| Hex | BC | EE | CC | 15 | 0 | E | 7 | 8B | 3C | 54 |
| Octal | 274 | 356 | 314 | 25 | 0 | 16 | 7 | 213 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11001100 | 10101 | 0 | 1110 | 111 | 10001011 | 111100 | 1010100 |
Color Harmonies of #BCEECC
Complementary color
Monochromatic Colors of #BCEECC
Black with #BCEECC
Text Example
Text Example
White with #BCEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEECC; }
p { color: rgb(188,238,204); }
H1.HeaderClassName
{
color: #BCEECC;
}
.AnyTagClassName
{
color: #BCEECC;
}
</style>
background-color css
<style>
a { background-color: #BCEECC; }
a { background-color: rgb(188,238,204); }
div.DivClassName
{
background-color: #BCEECC;
}
.BgClassName
{
background-color: #BCEECC;
}
</style>
border-color css
<style>
span { border-color: #BCEECC; }
span { border-color: rgb(188,238,204); }
td.TdClassName
{
border-color: #BCEECC;
}
.TagClassName
{
border-color: #BCEECC;
}
</style>