Shades of Granny Apple #BCEEC3
Tints of Granny Apple #BCEEC3
RGB
CMYK
RGB Variations
Color information
#BCEEC3 (or 0xBCEEC3) is known color: Granny Apple. HEX triplet: BC, EE and C3. RGB value is (188,238,195). Sum of RGB (Red+Green+Blue) = 188+238+195=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC3 is #43113C. Grayscale: #DADADA. Windows color (decimal): -4395325 or 12840636. OLE color: 12840636.
HSL color Cylindrical-coordinate representation of color #BCEEC3: hue angle of 128.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEC3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 195 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 128.4º | 0.6% | 0.84% | - |
| HSV(B) | 128.4º | 0.21% | 0.93% | - |
| XYZ | 61.16 | 75.78 | 63.03 | - |
| YUV | 218.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 195 | 0.21 | 0 | 0.18 | 0.07 | 128.4 | 0.6 | 0.84 |
| Hex | BC | EE | C3 | 15 | 0 | 12 | 7 | 80 | 3C | 54 |
| Octal | 274 | 356 | 303 | 25 | 0 | 22 | 7 | 200 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11000011 | 10101 | 0 | 10010 | 111 | 10000000 | 111100 | 1010100 |
Color Harmonies of #BCEEC3
Complementary color
Monochromatic Colors of #BCEEC3
Black with #BCEEC3
Text Example
Text Example
White with #BCEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEC3; }
p { color: rgb(188,238,195); }
H1.HeaderClassName
{
color: #BCEEC3;
}
.AnyTagClassName
{
color: #BCEEC3;
}
</style>
background-color css
<style>
a { background-color: #BCEEC3; }
a { background-color: rgb(188,238,195); }
div.DivClassName
{
background-color: #BCEEC3;
}
.BgClassName
{
background-color: #BCEEC3;
}
</style>
border-color css
<style>
span { border-color: #BCEEC3; }
span { border-color: rgb(188,238,195); }
td.TdClassName
{
border-color: #BCEEC3;
}
.TagClassName
{
border-color: #BCEEC3;
}
</style>