Shades of Granny Apple #BBECC9
Tints of Granny Apple #BBECC9
RGB
CMYK
RGB Variations
Color information
#BBECC9 (or 0xBBECC9) is known color: Granny Apple. HEX triplet: BB, EC and C9. RGB value is (187,236,201). Sum of RGB (Red+Green+Blue) = 187+236+201=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC9 is #441336. Grayscale: #D9D9D9. Windows color (decimal): -4461367 or 13233339. OLE color: 13233339.
HSL color Cylindrical-coordinate representation of color #BBECC9: hue angle of 137.14º degrees, saturation: 0.56, 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 #BBECC9 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 201 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 137.14º | 0.56% | 0.83% | - |
| HSV(B) | 137.14º | 0.21% | 0.93% | - |
| XYZ | 61.03 | 74.77 | 66.47 | - |
| YUV | 217.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 201 | 0.21 | 0 | 0.15 | 0.07 | 137.14 | 0.56 | 0.83 |
| Hex | BB | EC | C9 | 15 | 0 | F | 7 | 89 | 38 | 53 |
| Octal | 273 | 354 | 311 | 25 | 0 | 17 | 7 | 211 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11001001 | 10101 | 0 | 1111 | 111 | 10001001 | 111000 | 1010011 |
Color Harmonies of #BBECC9
Complementary color
Monochromatic Colors of #BBECC9
Black with #BBECC9
Text Example
Text Example
White with #BBECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECC9; }
p { color: rgb(187,236,201); }
H1.HeaderClassName
{
color: #BBECC9;
}
.AnyTagClassName
{
color: #BBECC9;
}
</style>
background-color css
<style>
a { background-color: #BBECC9; }
a { background-color: rgb(187,236,201); }
div.DivClassName
{
background-color: #BBECC9;
}
.BgClassName
{
background-color: #BBECC9;
}
</style>
border-color css
<style>
span { border-color: #BBECC9; }
span { border-color: rgb(187,236,201); }
td.TdClassName
{
border-color: #BBECC9;
}
.TagClassName
{
border-color: #BBECC9;
}
</style>