Shades of Granny Apple #BBEEC5
Tints of Granny Apple #BBEEC5
RGB
CMYK
RGB Variations
Color information
#BBEEC5 (or 0xBBEEC5) is known color: Granny Apple. HEX triplet: BB, EE and C5. RGB value is (187,238,197). Sum of RGB (Red+Green+Blue) = 187+238+197=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEC5 is #44113A. Grayscale: #DADADA. Windows color (decimal): -4460859 or 12971707. OLE color: 12971707.
HSL color Cylindrical-coordinate representation of color #BBEEC5: hue angle of 131.76º 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 #BBEEC5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 197 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.07 |
| HSL | 131.76º | 0.6% | 0.83% | - |
| HSV(B) | 131.76º | 0.21% | 0.93% | - |
| XYZ | 61.15 | 75.75 | 64.22 | - |
| YUV | 218.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 197 | 0.21 | 0 | 0.17 | 0.07 | 131.76 | 0.6 | 0.83 |
| Hex | BB | EE | C5 | 15 | 0 | 11 | 7 | 84 | 3C | 53 |
| Octal | 273 | 356 | 305 | 25 | 0 | 21 | 7 | 204 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11000101 | 10101 | 0 | 10001 | 111 | 10000100 | 111100 | 1010011 |
Color Harmonies of #BBEEC5
Complementary color
Monochromatic Colors of #BBEEC5
Black with #BBEEC5
Text Example
Text Example
White with #BBEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEC5; }
p { color: rgb(187,238,197); }
H1.HeaderClassName
{
color: #BBEEC5;
}
.AnyTagClassName
{
color: #BBEEC5;
}
</style>
background-color css
<style>
a { background-color: #BBEEC5; }
a { background-color: rgb(187,238,197); }
div.DivClassName
{
background-color: #BBEEC5;
}
.BgClassName
{
background-color: #BBEEC5;
}
</style>
border-color css
<style>
span { border-color: #BBEEC5; }
span { border-color: rgb(187,238,197); }
td.TdClassName
{
border-color: #BBEEC5;
}
.TagClassName
{
border-color: #BBEEC5;
}
</style>