Shades of Granny Apple #BBFFC4
Tints of Granny Apple #BBFFC4
RGB
CMYK
RGB Variations
Color information
#BBFFC4 (or 0xBBFFC4) is known color: Granny Apple. HEX triplet: BB, FF and C4. RGB value is (187,255,196). Sum of RGB (Red+Green+Blue) = 187+255+196=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFC4 is #44003B. Grayscale: #E4E4E4. Windows color (decimal): -4456508 or 12910523. OLE color: 12910523.
HSL color Cylindrical-coordinate representation of color #BBFFC4: hue angle of 127.94º 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 #BBFFC4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 196 | - |
| CMYK | 0.27 | 0 | 0.23 | 0 |
| HSL | 127.94º | 1% | 0.87% | - |
| HSV(B) | 127.94º | 0.27% | 1% | - |
| XYZ | 66.22 | 86.07 | 65.35 | - |
| YUV | 227.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 196 | 0.27 | 0 | 0.23 | 0 | 127.94 | 1 | 0.87 |
| Hex | BB | FF | C4 | 1B | 0 | 17 | 0 | 80 | 64 | 57 |
| Octal | 273 | 377 | 304 | 33 | 0 | 27 | 0 | 200 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11000100 | 11011 | 0 | 10111 | 0 | 10000000 | 1100100 | 1010111 |
Color Harmonies of #BBFFC4
Complementary color
Monochromatic Colors of #BBFFC4
Black with #BBFFC4
Text Example
Text Example
White with #BBFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFC4; }
p { color: rgb(187,255,196); }
H1.HeaderClassName
{
color: #BBFFC4;
}
.AnyTagClassName
{
color: #BBFFC4;
}
</style>
background-color css
<style>
a { background-color: #BBFFC4; }
a { background-color: rgb(187,255,196); }
div.DivClassName
{
background-color: #BBFFC4;
}
.BgClassName
{
background-color: #BBFFC4;
}
</style>
border-color css
<style>
span { border-color: #BBFFC4; }
span { border-color: rgb(187,255,196); }
td.TdClassName
{
border-color: #BBFFC4;
}
.TagClassName
{
border-color: #BBFFC4;
}
</style>