Shades of Granny Apple #BBFDC7
Tints of Granny Apple #BBFDC7
RGB
CMYK
RGB Variations
Color information
#BBFDC7 (or 0xBBFDC7) is known color: Granny Apple. HEX triplet: BB, FD and C7. RGB value is (187,253,199). Sum of RGB (Red+Green+Blue) = 187+253+199=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC7 is #440238. Grayscale: #E3E3E3. Windows color (decimal): -4457017 or 13106619. OLE color: 13106619.
HSL color Cylindrical-coordinate representation of color #BBFDC7: hue angle of 130.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDC7 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 199 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 130.91º | 0.94% | 0.86% | - |
| HSV(B) | 130.91º | 0.26% | 0.99% | - |
| XYZ | 65.93 | 84.94 | 66.95 | - |
| YUV | 227.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 199 | 0.26 | 0 | 0.21 | 0.01 | 130.91 | 0.94 | 0.86 |
| Hex | BB | FD | C7 | 1A | 0 | 15 | 1 | 83 | 5E | 56 |
| Octal | 273 | 375 | 307 | 32 | 0 | 25 | 1 | 203 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11000111 | 11010 | 0 | 10101 | 1 | 10000011 | 1011110 | 1010110 |
Color Harmonies of #BBFDC7
Complementary color
Monochromatic Colors of #BBFDC7
Black with #BBFDC7
Text Example
Text Example
White with #BBFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDC7; }
p { color: rgb(187,253,199); }
H1.HeaderClassName
{
color: #BBFDC7;
}
.AnyTagClassName
{
color: #BBFDC7;
}
</style>
background-color css
<style>
a { background-color: #BBFDC7; }
a { background-color: rgb(187,253,199); }
div.DivClassName
{
background-color: #BBFDC7;
}
.BgClassName
{
background-color: #BBFDC7;
}
</style>
border-color css
<style>
span { border-color: #BBFDC7; }
span { border-color: rgb(187,253,199); }
td.TdClassName
{
border-color: #BBFDC7;
}
.TagClassName
{
border-color: #BBFDC7;
}
</style>