Shades of Granny Apple #BBEECC
Tints of Granny Apple #BBEECC
RGB
CMYK
RGB Variations
Color information
#BBEECC (or 0xBBEECC) is known color: Granny Apple. HEX triplet: BB, EE and CC. RGB value is (187,238,204). Sum of RGB (Red+Green+Blue) = 187+238+204=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEECC is #441133. Grayscale: #DADADA. Windows color (decimal): -4460852 or 13430459. OLE color: 13430459.
HSL color Cylindrical-coordinate representation of color #BBEECC: hue angle of 140º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEECC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 204 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.07 |
| HSL | 140º | 0.6% | 0.83% | - |
| HSV(B) | 140º | 0.21% | 0.93% | - |
| XYZ | 61.97 | 76.07 | 68.54 | - |
| YUV | 218.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 204 | 0.21 | 0 | 0.14 | 0.07 | 140 | 0.6 | 0.83 |
| Hex | BB | EE | CC | 15 | 0 | E | 7 | 8C | 3C | 53 |
| Octal | 273 | 356 | 314 | 25 | 0 | 16 | 7 | 214 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11001100 | 10101 | 0 | 1110 | 111 | 10001100 | 111100 | 1010011 |
Color Harmonies of #BBEECC
Complementary color
Monochromatic Colors of #BBEECC
Black with #BBEECC
Text Example
Text Example
White with #BBEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEECC; }
p { color: rgb(187,238,204); }
H1.HeaderClassName
{
color: #BBEECC;
}
.AnyTagClassName
{
color: #BBEECC;
}
</style>
background-color css
<style>
a { background-color: #BBEECC; }
a { background-color: rgb(187,238,204); }
div.DivClassName
{
background-color: #BBEECC;
}
.BgClassName
{
background-color: #BBEECC;
}
</style>
border-color css
<style>
span { border-color: #BBEECC; }
span { border-color: rgb(187,238,204); }
td.TdClassName
{
border-color: #BBEECC;
}
.TagClassName
{
border-color: #BBEECC;
}
</style>