Shades of Granny Apple #BCEAC9
Tints of Granny Apple #BCEAC9
RGB
CMYK
RGB Variations
Color information
#BCEAC9 (or 0xBCEAC9) is known color: Granny Apple. HEX triplet: BC, EA and C9. RGB value is (188,234,201). Sum of RGB (Red+Green+Blue) = 188+234+201=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC9 is #431536. Grayscale: #D8D8D8. Windows color (decimal): -4396343 or 13232828. OLE color: 13232828.
HSL color Cylindrical-coordinate representation of color #BCEAC9: hue angle of 136.96º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAC9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 201 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.08 |
| HSL | 136.96º | 0.52% | 0.83% | - |
| HSV(B) | 136.96º | 0.2% | 0.92% | - |
| XYZ | 60.7 | 73.75 | 66.29 | - |
| YUV | 216.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 201 | 0.20 | 0 | 0.14 | 0.08 | 136.96 | 0.52 | 0.83 |
| Hex | BC | EA | C9 | 14 | 0 | E | 8 | 89 | 34 | 53 |
| Octal | 274 | 352 | 311 | 24 | 0 | 16 | 10 | 211 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11001001 | 10100 | 0 | 1110 | 1000 | 10001001 | 110100 | 1010011 |
Color Harmonies of #BCEAC9
Complementary color
Monochromatic Colors of #BCEAC9
Black with #BCEAC9
Text Example
Text Example
White with #BCEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAC9; }
p { color: rgb(188,234,201); }
H1.HeaderClassName
{
color: #BCEAC9;
}
.AnyTagClassName
{
color: #BCEAC9;
}
</style>
background-color css
<style>
a { background-color: #BCEAC9; }
a { background-color: rgb(188,234,201); }
div.DivClassName
{
background-color: #BCEAC9;
}
.BgClassName
{
background-color: #BCEAC9;
}
</style>
border-color css
<style>
span { border-color: #BCEAC9; }
span { border-color: rgb(188,234,201); }
td.TdClassName
{
border-color: #BCEAC9;
}
.TagClassName
{
border-color: #BCEAC9;
}
</style>