Shades of Granny Apple #BBEBCC
Tints of Granny Apple #BBEBCC
RGB
CMYK
RGB Variations
Color information
#BBEBCC (or 0xBBEBCC) is known color: Granny Apple. HEX triplet: BB, EB and CC. RGB value is (187,235,204). Sum of RGB (Red+Green+Blue) = 187+235+204=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCC is #441433. Grayscale: #D9D9D9. Windows color (decimal): -4461620 or 13429691. OLE color: 13429691.
HSL color Cylindrical-coordinate representation of color #BBEBCC: hue angle of 141.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBCC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 204 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.08 |
| HSL | 141.25º | 0.55% | 0.83% | - |
| HSV(B) | 141.25º | 0.2% | 0.92% | - |
| XYZ | 61.1 | 74.34 | 68.26 | - |
| YUV | 217.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 204 | 0.20 | 0 | 0.13 | 0.08 | 141.25 | 0.55 | 0.83 |
| Hex | BB | EB | CC | 14 | 0 | D | 8 | 8D | 37 | 53 |
| Octal | 273 | 353 | 314 | 24 | 0 | 15 | 10 | 215 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11001100 | 10100 | 0 | 1101 | 1000 | 10001101 | 110111 | 1010011 |
Color Harmonies of #BBEBCC
Complementary color
Monochromatic Colors of #BBEBCC
Black with #BBEBCC
Text Example
Text Example
White with #BBEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBCC; }
p { color: rgb(187,235,204); }
H1.HeaderClassName
{
color: #BBEBCC;
}
.AnyTagClassName
{
color: #BBEBCC;
}
</style>
background-color css
<style>
a { background-color: #BBEBCC; }
a { background-color: rgb(187,235,204); }
div.DivClassName
{
background-color: #BBEBCC;
}
.BgClassName
{
background-color: #BBEBCC;
}
</style>
border-color css
<style>
span { border-color: #BBEBCC; }
span { border-color: rgb(187,235,204); }
td.TdClassName
{
border-color: #BBEBCC;
}
.TagClassName
{
border-color: #BBEBCC;
}
</style>