Shades of Granny Apple #BCEECB
Tints of Granny Apple #BCEECB
RGB
CMYK
RGB Variations
Color information
#BCEECB (or 0xBCEECB) is known color: Granny Apple. HEX triplet: BC, EE and CB. RGB value is (188,238,203). Sum of RGB (Red+Green+Blue) = 188+238+203=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEECB is #431134. Grayscale: #DBDBDB. Windows color (decimal): -4395317 or 13364924. OLE color: 13364924.
HSL color Cylindrical-coordinate representation of color #BCEECB: hue angle of 138º 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 #BCEECB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 203 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 138º | 0.6% | 0.84% | - |
| HSV(B) | 138º | 0.21% | 0.93% | - |
| XYZ | 62.09 | 76.15 | 67.93 | - |
| YUV | 219.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 203 | 0.21 | 0 | 0.15 | 0.07 | 138 | 0.6 | 0.84 |
| Hex | BC | EE | CB | 15 | 0 | F | 7 | 8A | 3C | 54 |
| Octal | 274 | 356 | 313 | 25 | 0 | 17 | 7 | 212 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11001011 | 10101 | 0 | 1111 | 111 | 10001010 | 111100 | 1010100 |
Color Harmonies of #BCEECB
Complementary color
Monochromatic Colors of #BCEECB
Black with #BCEECB
Text Example
Text Example
White with #BCEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEECB; }
p { color: rgb(188,238,203); }
H1.HeaderClassName
{
color: #BCEECB;
}
.AnyTagClassName
{
color: #BCEECB;
}
</style>
background-color css
<style>
a { background-color: #BCEECB; }
a { background-color: rgb(188,238,203); }
div.DivClassName
{
background-color: #BCEECB;
}
.BgClassName
{
background-color: #BCEECB;
}
</style>
border-color css
<style>
span { border-color: #BCEECB; }
span { border-color: rgb(188,238,203); }
td.TdClassName
{
border-color: #BCEECB;
}
.TagClassName
{
border-color: #BCEECB;
}
</style>