Shades of Granny Apple #BBFED2
Tints of Granny Apple #BBFED2
RGB
CMYK
RGB Variations
Color information
#BBFED2 (or 0xBBFED2) is known color: Granny Apple. HEX triplet: BB, FE and D2. RGB value is (187,254,210). Sum of RGB (Red+Green+Blue) = 187+254+210=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED2 is #44012D. Grayscale: #E5E5E5. Windows color (decimal): -4456750 or 13827771. OLE color: 13827771.
HSL color Cylindrical-coordinate representation of color #BBFED2: hue angle of 140.6º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFED2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 210 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.00 |
| HSL | 140.6º | 0.97% | 0.86% | - |
| HSV(B) | 140.6º | 0.26% | 1% | - |
| XYZ | 67.57 | 86.1 | 74.03 | - |
| YUV | 228.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 210 | 0.26 | 0 | 0.17 | 0.00 | 140.6 | 0.97 | 0.86 |
| Hex | BB | FE | D2 | 1A | 0 | 11 | 0 | 8D | 61 | 56 |
| Octal | 273 | 376 | 322 | 32 | 0 | 21 | 0 | 215 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11010010 | 11010 | 0 | 10001 | 0 | 10001101 | 1100001 | 1010110 |
Color Harmonies of #BBFED2
Complementary color
Monochromatic Colors of #BBFED2
Black with #BBFED2
Text Example
Text Example
White with #BBFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFED2; }
p { color: rgb(187,254,210); }
H1.HeaderClassName
{
color: #BBFED2;
}
.AnyTagClassName
{
color: #BBFED2;
}
</style>
background-color css
<style>
a { background-color: #BBFED2; }
a { background-color: rgb(187,254,210); }
div.DivClassName
{
background-color: #BBFED2;
}
.BgClassName
{
background-color: #BBFED2;
}
</style>
border-color css
<style>
span { border-color: #BBFED2; }
span { border-color: rgb(187,254,210); }
td.TdClassName
{
border-color: #BBFED2;
}
.TagClassName
{
border-color: #BBFED2;
}
</style>