Shades of Granny Apple #BCEEC6
Tints of Granny Apple #BCEEC6
RGB
CMYK
RGB Variations
Color information
#BCEEC6 (or 0xBCEEC6) is known color: Granny Apple. HEX triplet: BC, EE and C6. RGB value is (188,238,198). Sum of RGB (Red+Green+Blue) = 188+238+198=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC6 is #431139. Grayscale: #DADADA. Windows color (decimal): -4395322 or 13037244. OLE color: 13037244.
HSL color Cylindrical-coordinate representation of color #BCEEC6: hue angle of 132º 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 #BCEEC6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 198 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.07 |
| HSL | 132º | 0.6% | 0.84% | - |
| HSV(B) | 132º | 0.21% | 0.93% | - |
| XYZ | 61.51 | 75.92 | 64.84 | - |
| YUV | 218.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 198 | 0.21 | 0 | 0.17 | 0.07 | 132 | 0.6 | 0.84 |
| Hex | BC | EE | C6 | 15 | 0 | 11 | 7 | 84 | 3C | 54 |
| Octal | 274 | 356 | 306 | 25 | 0 | 21 | 7 | 204 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11000110 | 10101 | 0 | 10001 | 111 | 10000100 | 111100 | 1010100 |
Color Harmonies of #BCEEC6
Complementary color
Monochromatic Colors of #BCEEC6
Black with #BCEEC6
Text Example
Text Example
White with #BCEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEC6; }
p { color: rgb(188,238,198); }
H1.HeaderClassName
{
color: #BCEEC6;
}
.AnyTagClassName
{
color: #BCEEC6;
}
</style>
background-color css
<style>
a { background-color: #BCEEC6; }
a { background-color: rgb(188,238,198); }
div.DivClassName
{
background-color: #BCEEC6;
}
.BgClassName
{
background-color: #BCEEC6;
}
</style>
border-color css
<style>
span { border-color: #BCEEC6; }
span { border-color: rgb(188,238,198); }
td.TdClassName
{
border-color: #BCEEC6;
}
.TagClassName
{
border-color: #BCEEC6;
}
</style>