Shades of Granny Apple #BCEECE
Tints of Granny Apple #BCEECE
RGB
CMYK
RGB Variations
Color information
#BCEECE (or 0xBCEECE) is known color: Granny Apple. HEX triplet: BC, EE and CE. RGB value is (188,238,206). Sum of RGB (Red+Green+Blue) = 188+238+206=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEECE is #431131. Grayscale: #DBDBDB. Windows color (decimal): -4395314 or 13561532. OLE color: 13561532.
HSL color Cylindrical-coordinate representation of color #BCEECE: hue angle of 141.6º 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 #BCEECE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 206 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 141.6º | 0.6% | 0.84% | - |
| HSV(B) | 141.6º | 0.21% | 0.93% | - |
| XYZ | 62.45 | 76.3 | 69.83 | - |
| YUV | 219.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 206 | 0.21 | 0 | 0.13 | 0.07 | 141.6 | 0.6 | 0.84 |
| Hex | BC | EE | CE | 15 | 0 | D | 7 | 8E | 3C | 54 |
| Octal | 274 | 356 | 316 | 25 | 0 | 15 | 7 | 216 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11001110 | 10101 | 0 | 1101 | 111 | 10001110 | 111100 | 1010100 |
Color Harmonies of #BCEECE
Complementary color
Monochromatic Colors of #BCEECE
Black with #BCEECE
Text Example
Text Example
White with #BCEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEECE; }
p { color: rgb(188,238,206); }
H1.HeaderClassName
{
color: #BCEECE;
}
.AnyTagClassName
{
color: #BCEECE;
}
</style>
background-color css
<style>
a { background-color: #BCEECE; }
a { background-color: rgb(188,238,206); }
div.DivClassName
{
background-color: #BCEECE;
}
.BgClassName
{
background-color: #BCEECE;
}
</style>
border-color css
<style>
span { border-color: #BCEECE; }
span { border-color: rgb(188,238,206); }
td.TdClassName
{
border-color: #BCEECE;
}
.TagClassName
{
border-color: #BCEECE;
}
</style>