Shades of Granny Apple #BBFFC7
Tints of Granny Apple #BBFFC7
RGB
CMYK
RGB Variations
Color information
#BBFFC7 (or 0xBBFFC7) is known color: Granny Apple. HEX triplet: BB, FF and C7. RGB value is (187,255,199). Sum of RGB (Red+Green+Blue) = 187+255+199=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFC7 is #440038. Grayscale: #E4E4E4. Windows color (decimal): -4456505 or 13107131. OLE color: 13107131.
HSL color Cylindrical-coordinate representation of color #BBFFC7: hue angle of 130.59º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFC7 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 199 | - |
| CMYK | 0.27 | 0 | 0.22 | 0 |
| HSL | 130.59º | 1% | 0.87% | - |
| HSV(B) | 130.59º | 0.27% | 1% | - |
| XYZ | 66.56 | 86.21 | 67.16 | - |
| YUV | 228.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 199 | 0.27 | 0 | 0.22 | 0 | 130.59 | 1 | 0.87 |
| Hex | BB | FF | C7 | 1B | 0 | 16 | 0 | 83 | 64 | 57 |
| Octal | 273 | 377 | 307 | 33 | 0 | 26 | 0 | 203 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11000111 | 11011 | 0 | 10110 | 0 | 10000011 | 1100100 | 1010111 |
Color Harmonies of #BBFFC7
Complementary color
Monochromatic Colors of #BBFFC7
Black with #BBFFC7
Text Example
Text Example
White with #BBFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFC7; }
p { color: rgb(187,255,199); }
H1.HeaderClassName
{
color: #BBFFC7;
}
.AnyTagClassName
{
color: #BBFFC7;
}
</style>
background-color css
<style>
a { background-color: #BBFFC7; }
a { background-color: rgb(187,255,199); }
div.DivClassName
{
background-color: #BBFFC7;
}
.BgClassName
{
background-color: #BBFFC7;
}
</style>
border-color css
<style>
span { border-color: #BBFFC7; }
span { border-color: rgb(187,255,199); }
td.TdClassName
{
border-color: #BBFFC7;
}
.TagClassName
{
border-color: #BBFFC7;
}
</style>