Shades of Granny Apple #BCEBC4
Tints of Granny Apple #BCEBC4
RGB
CMYK
RGB Variations
Color information
#BCEBC4 (or 0xBCEBC4) is known color: Granny Apple. HEX triplet: BC, EB and C4. RGB value is (188,235,196). Sum of RGB (Red+Green+Blue) = 188+235+196=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC4 is #43143B. Grayscale: #D8D8D8. Windows color (decimal): -4396092 or 12905404. OLE color: 12905404.
HSL color Cylindrical-coordinate representation of color #BCEBC4: hue angle of 130.21º degrees, saturation: 0.54, 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 #BCEBC4 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 196 | - |
| CMYK | 0.2 | 0 | 0.17 | 0.08 |
| HSL | 130.21º | 0.54% | 0.83% | - |
| HSV(B) | 130.21º | 0.2% | 0.92% | - |
| XYZ | 60.41 | 74.09 | 63.34 | - |
| YUV | 216.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 196 | 0.2 | 0 | 0.17 | 0.08 | 130.21 | 0.54 | 0.83 |
| Hex | BC | EB | C4 | 14 | 0 | 11 | 8 | 82 | 36 | 53 |
| Octal | 274 | 353 | 304 | 24 | 0 | 21 | 10 | 202 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11000100 | 10100 | 0 | 10001 | 1000 | 10000010 | 110110 | 1010011 |
Color Harmonies of #BCEBC4
Complementary color
Monochromatic Colors of #BCEBC4
Black with #BCEBC4
Text Example
Text Example
White with #BCEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBC4; }
p { color: rgb(188,235,196); }
H1.HeaderClassName
{
color: #BCEBC4;
}
.AnyTagClassName
{
color: #BCEBC4;
}
</style>
background-color css
<style>
a { background-color: #BCEBC4; }
a { background-color: rgb(188,235,196); }
div.DivClassName
{
background-color: #BCEBC4;
}
.BgClassName
{
background-color: #BCEBC4;
}
</style>
border-color css
<style>
span { border-color: #BCEBC4; }
span { border-color: rgb(188,235,196); }
td.TdClassName
{
border-color: #BCEBC4;
}
.TagClassName
{
border-color: #BCEBC4;
}
</style>