Shades of Granny Apple #BCEACB
Tints of Granny Apple #BCEACB
RGB
CMYK
RGB Variations
Color information
#BCEACB (or 0xBCEACB) is known color: Granny Apple. HEX triplet: BC, EA and CB. RGB value is (188,234,203). Sum of RGB (Red+Green+Blue) = 188+234+203=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEACB is #431534. Grayscale: #D8D8D8. Windows color (decimal): -4396341 or 13363900. OLE color: 13363900.
HSL color Cylindrical-coordinate representation of color #BCEACB: hue angle of 139.57º 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 #BCEACB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 203 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.08 |
| HSL | 139.57º | 0.52% | 0.83% | - |
| HSV(B) | 139.57º | 0.2% | 0.92% | - |
| XYZ | 60.94 | 73.85 | 67.54 | - |
| YUV | 216.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 203 | 0.20 | 0 | 0.13 | 0.08 | 139.57 | 0.52 | 0.83 |
| Hex | BC | EA | CB | 14 | 0 | D | 8 | 8C | 34 | 53 |
| Octal | 274 | 352 | 313 | 24 | 0 | 15 | 10 | 214 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11001011 | 10100 | 0 | 1101 | 1000 | 10001100 | 110100 | 1010011 |
Color Harmonies of #BCEACB
Complementary color
Monochromatic Colors of #BCEACB
Black with #BCEACB
Text Example
Text Example
White with #BCEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEACB; }
p { color: rgb(188,234,203); }
H1.HeaderClassName
{
color: #BCEACB;
}
.AnyTagClassName
{
color: #BCEACB;
}
</style>
background-color css
<style>
a { background-color: #BCEACB; }
a { background-color: rgb(188,234,203); }
div.DivClassName
{
background-color: #BCEACB;
}
.BgClassName
{
background-color: #BCEACB;
}
</style>
border-color css
<style>
span { border-color: #BCEACB; }
span { border-color: rgb(188,234,203); }
td.TdClassName
{
border-color: #BCEACB;
}
.TagClassName
{
border-color: #BCEACB;
}
</style>