Shades of Granny Apple #BCEAC4
Tints of Granny Apple #BCEAC4
RGB
CMYK
RGB Variations
Color information
#BCEAC4 (or 0xBCEAC4) is known color: Granny Apple. HEX triplet: BC, EA and C4. RGB value is (188,234,196). Sum of RGB (Red+Green+Blue) = 188+234+196=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC4 is #43153B. Grayscale: #D8D8D8. Windows color (decimal): -4396348 or 12905148. OLE color: 12905148.
HSL color Cylindrical-coordinate representation of color #BCEAC4: hue angle of 130.43º 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 #BCEAC4 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 196 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.08 |
| HSL | 130.43º | 0.52% | 0.83% | - |
| HSV(B) | 130.43º | 0.2% | 0.92% | - |
| XYZ | 60.13 | 73.52 | 63.25 | - |
| YUV | 215.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 196 | 0.20 | 0 | 0.16 | 0.08 | 130.43 | 0.52 | 0.83 |
| Hex | BC | EA | C4 | 14 | 0 | 10 | 8 | 82 | 34 | 53 |
| Octal | 274 | 352 | 304 | 24 | 0 | 20 | 10 | 202 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11000100 | 10100 | 0 | 10000 | 1000 | 10000010 | 110100 | 1010011 |
Color Harmonies of #BCEAC4
Complementary color
Monochromatic Colors of #BCEAC4
Black with #BCEAC4
Text Example
Text Example
White with #BCEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAC4; }
p { color: rgb(188,234,196); }
H1.HeaderClassName
{
color: #BCEAC4;
}
.AnyTagClassName
{
color: #BCEAC4;
}
</style>
background-color css
<style>
a { background-color: #BCEAC4; }
a { background-color: rgb(188,234,196); }
div.DivClassName
{
background-color: #BCEAC4;
}
.BgClassName
{
background-color: #BCEAC4;
}
</style>
border-color css
<style>
span { border-color: #BCEAC4; }
span { border-color: rgb(188,234,196); }
td.TdClassName
{
border-color: #BCEAC4;
}
.TagClassName
{
border-color: #BCEAC4;
}
</style>