Shades of Granny Apple #BCE9CC
Tints of Granny Apple #BCE9CC
RGB
CMYK
RGB Variations
Color information
#BCE9CC (or 0xBCE9CC) is known color: Granny Apple. HEX triplet: BC, E9 and CC. RGB value is (188,233,204). Sum of RGB (Red+Green+Blue) = 188+233+204=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9CC is #431633. Grayscale: #D8D8D8. Windows color (decimal): -4396596 or 13429180. OLE color: 13429180.
HSL color Cylindrical-coordinate representation of color #BCE9CC: hue angle of 141.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 204 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.09 |
| HSL | 141.33º | 0.51% | 0.83% | - |
| HSV(B) | 141.33º | 0.19% | 0.91% | - |
| XYZ | 60.78 | 73.33 | 68.08 | - |
| YUV | 216.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 204 | 0.19 | 0 | 0.12 | 0.09 | 141.33 | 0.51 | 0.83 |
| Hex | BC | E9 | CC | 13 | 0 | C | 9 | 8D | 33 | 53 |
| Octal | 274 | 351 | 314 | 23 | 0 | 14 | 11 | 215 | 63 | 123 |
| Binary | 10111100 | 11101001 | 11001100 | 10011 | 0 | 1100 | 1001 | 10001101 | 110011 | 1010011 |
Color Harmonies of #BCE9CC
Complementary color
Monochromatic Colors of #BCE9CC
Black with #BCE9CC
Text Example
Text Example
White with #BCE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9CC; }
p { color: rgb(188,233,204); }
H1.HeaderClassName
{
color: #BCE9CC;
}
.AnyTagClassName
{
color: #BCE9CC;
}
</style>
background-color css
<style>
a { background-color: #BCE9CC; }
a { background-color: rgb(188,233,204); }
div.DivClassName
{
background-color: #BCE9CC;
}
.BgClassName
{
background-color: #BCE9CC;
}
</style>
border-color css
<style>
span { border-color: #BCE9CC; }
span { border-color: rgb(188,233,204); }
td.TdClassName
{
border-color: #BCE9CC;
}
.TagClassName
{
border-color: #BCE9CC;
}
</style>