Shades of Granny Apple #BBEEC7
Tints of Granny Apple #BBEEC7
RGB
CMYK
RGB Variations
Color information
#BBEEC7 (or 0xBBEEC7) is known color: Granny Apple. HEX triplet: BB, EE and C7. RGB value is (187,238,199). Sum of RGB (Red+Green+Blue) = 187+238+199=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEC7 is #441138. Grayscale: #DADADA. Windows color (decimal): -4460857 or 13102779. OLE color: 13102779.
HSL color Cylindrical-coordinate representation of color #BBEEC7: hue angle of 134.12º 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 #BBEEC7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 199 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.07 |
| HSL | 134.12º | 0.6% | 0.83% | - |
| HSV(B) | 134.12º | 0.21% | 0.93% | - |
| XYZ | 61.38 | 75.84 | 65.44 | - |
| YUV | 218.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 199 | 0.21 | 0 | 0.16 | 0.07 | 134.12 | 0.6 | 0.83 |
| Hex | BB | EE | C7 | 15 | 0 | 10 | 7 | 86 | 3C | 53 |
| Octal | 273 | 356 | 307 | 25 | 0 | 20 | 7 | 206 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11000111 | 10101 | 0 | 10000 | 111 | 10000110 | 111100 | 1010011 |
Color Harmonies of #BBEEC7
Complementary color
Monochromatic Colors of #BBEEC7
Black with #BBEEC7
Text Example
Text Example
White with #BBEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEC7; }
p { color: rgb(187,238,199); }
H1.HeaderClassName
{
color: #BBEEC7;
}
.AnyTagClassName
{
color: #BBEEC7;
}
</style>
background-color css
<style>
a { background-color: #BBEEC7; }
a { background-color: rgb(187,238,199); }
div.DivClassName
{
background-color: #BBEEC7;
}
.BgClassName
{
background-color: #BBEEC7;
}
</style>
border-color css
<style>
span { border-color: #BBEEC7; }
span { border-color: rgb(187,238,199); }
td.TdClassName
{
border-color: #BBEEC7;
}
.TagClassName
{
border-color: #BBEEC7;
}
</style>