Shades of Granny Apple #BBFFC1
Tints of Granny Apple #BBFFC1
RGB
CMYK
RGB Variations
Color information
#BBFFC1 (or 0xBBFFC1) is known color: Granny Apple. HEX triplet: BB, FF and C1. RGB value is (187,255,193). Sum of RGB (Red+Green+Blue) = 187+255+193=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFC1 is #44003E. Grayscale: #E3E3E3. Windows color (decimal): -4456511 or 12713915. OLE color: 12713915.
HSL color Cylindrical-coordinate representation of color #BBFFC1: hue angle of 125.29º 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 #BBFFC1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 193 | - |
| CMYK | 0.27 | 0 | 0.24 | 0 |
| HSL | 125.29º | 1% | 0.87% | - |
| HSV(B) | 125.29º | 0.27% | 1% | - |
| XYZ | 65.88 | 85.94 | 63.57 | - |
| YUV | 227.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 193 | 0.27 | 0 | 0.24 | 0 | 125.29 | 1 | 0.87 |
| Hex | BB | FF | C1 | 1B | 0 | 18 | 0 | 7D | 64 | 57 |
| Octal | 273 | 377 | 301 | 33 | 0 | 30 | 0 | 175 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11000001 | 11011 | 0 | 11000 | 0 | 1111101 | 1100100 | 1010111 |
Color Harmonies of #BBFFC1
Complementary color
Monochromatic Colors of #BBFFC1
Black with #BBFFC1
Text Example
Text Example
White with #BBFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFC1; }
p { color: rgb(187,255,193); }
H1.HeaderClassName
{
color: #BBFFC1;
}
.AnyTagClassName
{
color: #BBFFC1;
}
</style>
background-color css
<style>
a { background-color: #BBFFC1; }
a { background-color: rgb(187,255,193); }
div.DivClassName
{
background-color: #BBFFC1;
}
.BgClassName
{
background-color: #BBFFC1;
}
</style>
border-color css
<style>
span { border-color: #BBFFC1; }
span { border-color: rgb(187,255,193); }
td.TdClassName
{
border-color: #BBFFC1;
}
.TagClassName
{
border-color: #BBFFC1;
}
</style>