Shades of Granny Apple #BBEEC4
Tints of Granny Apple #BBEEC4
RGB
CMYK
RGB Variations
Color information
#BBEEC4 (or 0xBBEEC4) is known color: Granny Apple. HEX triplet: BB, EE and C4. RGB value is (187,238,196). Sum of RGB (Red+Green+Blue) = 187+238+196=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEC4 is #44113B. Grayscale: #DADADA. Windows color (decimal): -4460860 or 12906171. OLE color: 12906171.
HSL color Cylindrical-coordinate representation of color #BBEEC4: hue angle of 130.59º 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 #BBEEC4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 196 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 130.59º | 0.6% | 0.83% | - |
| HSV(B) | 130.59º | 0.21% | 0.93% | - |
| XYZ | 61.03 | 75.7 | 63.62 | - |
| YUV | 217.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 196 | 0.21 | 0 | 0.18 | 0.07 | 130.59 | 0.6 | 0.83 |
| Hex | BB | EE | C4 | 15 | 0 | 12 | 7 | 83 | 3C | 53 |
| Octal | 273 | 356 | 304 | 25 | 0 | 22 | 7 | 203 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11000100 | 10101 | 0 | 10010 | 111 | 10000011 | 111100 | 1010011 |
Color Harmonies of #BBEEC4
Complementary color
Monochromatic Colors of #BBEEC4
Black with #BBEEC4
Text Example
Text Example
White with #BBEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEC4; }
p { color: rgb(187,238,196); }
H1.HeaderClassName
{
color: #BBEEC4;
}
.AnyTagClassName
{
color: #BBEEC4;
}
</style>
background-color css
<style>
a { background-color: #BBEEC4; }
a { background-color: rgb(187,238,196); }
div.DivClassName
{
background-color: #BBEEC4;
}
.BgClassName
{
background-color: #BBEEC4;
}
</style>
border-color css
<style>
span { border-color: #BBEEC4; }
span { border-color: rgb(187,238,196); }
td.TdClassName
{
border-color: #BBEEC4;
}
.TagClassName
{
border-color: #BBEEC4;
}
</style>