Shades of Granny Apple #BBFED0
Tints of Granny Apple #BBFED0
RGB
CMYK
RGB Variations
Color information
#BBFED0 (or 0xBBFED0) is known color: Granny Apple. HEX triplet: BB, FE and D0. RGB value is (187,254,208). Sum of RGB (Red+Green+Blue) = 187+254+208=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED0 is #44012F. Grayscale: #E4E4E4. Windows color (decimal): -4456752 or 13696699. OLE color: 13696699.
HSL color Cylindrical-coordinate representation of color #BBFED0: hue angle of 138.81º 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 #BBFED0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 208 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.00 |
| HSL | 138.81º | 0.97% | 0.86% | - |
| HSV(B) | 138.81º | 0.26% | 1% | - |
| XYZ | 67.32 | 86 | 72.73 | - |
| YUV | 228.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 208 | 0.26 | 0 | 0.18 | 0.00 | 138.81 | 0.97 | 0.86 |
| Hex | BB | FE | D0 | 1A | 0 | 12 | 0 | 8B | 61 | 56 |
| Octal | 273 | 376 | 320 | 32 | 0 | 22 | 0 | 213 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11010000 | 11010 | 0 | 10010 | 0 | 10001011 | 1100001 | 1010110 |
Color Harmonies of #BBFED0
Complementary color
Monochromatic Colors of #BBFED0
Black with #BBFED0
Text Example
Text Example
White with #BBFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFED0; }
p { color: rgb(187,254,208); }
H1.HeaderClassName
{
color: #BBFED0;
}
.AnyTagClassName
{
color: #BBFED0;
}
</style>
background-color css
<style>
a { background-color: #BBFED0; }
a { background-color: rgb(187,254,208); }
div.DivClassName
{
background-color: #BBFED0;
}
.BgClassName
{
background-color: #BBFED0;
}
</style>
border-color css
<style>
span { border-color: #BBFED0; }
span { border-color: rgb(187,254,208); }
td.TdClassName
{
border-color: #BBFED0;
}
.TagClassName
{
border-color: #BBFED0;
}
</style>