Shades of Granny Apple #BBFFC5
Tints of Granny Apple #BBFFC5
RGB
CMYK
RGB Variations
Color information
#BBFFC5 (or 0xBBFFC5) is known color: Granny Apple. HEX triplet: BB, FF and C5. RGB value is (187,255,197). Sum of RGB (Red+Green+Blue) = 187+255+197=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFC5 is #44003A. Grayscale: #E4E4E4. Windows color (decimal): -4456507 or 12976059. OLE color: 12976059.
HSL color Cylindrical-coordinate representation of color #BBFFC5: hue angle of 128.82º 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 #BBFFC5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 197 | - |
| CMYK | 0.27 | 0 | 0.23 | 0 |
| HSL | 128.82º | 1% | 0.87% | - |
| HSV(B) | 128.82º | 0.27% | 1% | - |
| XYZ | 66.33 | 86.12 | 65.95 | - |
| YUV | 228.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 197 | 0.27 | 0 | 0.23 | 0 | 128.82 | 1 | 0.87 |
| Hex | BB | FF | C5 | 1B | 0 | 17 | 0 | 81 | 64 | 57 |
| Octal | 273 | 377 | 305 | 33 | 0 | 27 | 0 | 201 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11000101 | 11011 | 0 | 10111 | 0 | 10000001 | 1100100 | 1010111 |
Color Harmonies of #BBFFC5
Complementary color
Monochromatic Colors of #BBFFC5
Black with #BBFFC5
Text Example
Text Example
White with #BBFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFC5; }
p { color: rgb(187,255,197); }
H1.HeaderClassName
{
color: #BBFFC5;
}
.AnyTagClassName
{
color: #BBFFC5;
}
</style>
background-color css
<style>
a { background-color: #BBFFC5; }
a { background-color: rgb(187,255,197); }
div.DivClassName
{
background-color: #BBFFC5;
}
.BgClassName
{
background-color: #BBFFC5;
}
</style>
border-color css
<style>
span { border-color: #BBFFC5; }
span { border-color: rgb(187,255,197); }
td.TdClassName
{
border-color: #BBFFC5;
}
.TagClassName
{
border-color: #BBFFC5;
}
</style>