Shades of Granny Apple #BBFBC2
Tints of Granny Apple #BBFBC2
RGB
CMYK
RGB Variations
Color information
#BBFBC2 (or 0xBBFBC2) is known color: Granny Apple. HEX triplet: BB, FB and C2. RGB value is (187,251,194). Sum of RGB (Red+Green+Blue) = 187+251+194=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBC2 is #44043D. Grayscale: #E1E1E1. Windows color (decimal): -4457534 or 12778427. OLE color: 12778427.
HSL color Cylindrical-coordinate representation of color #BBFBC2: hue angle of 126.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBC2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 194 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.02 |
| HSL | 126.56º | 0.89% | 0.86% | - |
| HSV(B) | 126.56º | 0.25% | 0.98% | - |
| XYZ | 64.73 | 83.45 | 63.74 | - |
| YUV | 225.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 194 | 0.25 | 0 | 0.23 | 0.02 | 126.56 | 0.89 | 0.86 |
| Hex | BB | FB | C2 | 19 | 0 | 17 | 2 | 7F | 59 | 56 |
| Octal | 273 | 373 | 302 | 31 | 0 | 27 | 2 | 177 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11000010 | 11001 | 0 | 10111 | 10 | 1111111 | 1011001 | 1010110 |
Color Harmonies of #BBFBC2
Complementary color
Monochromatic Colors of #BBFBC2
Black with #BBFBC2
Text Example
Text Example
White with #BBFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBC2; }
p { color: rgb(187,251,194); }
H1.HeaderClassName
{
color: #BBFBC2;
}
.AnyTagClassName
{
color: #BBFBC2;
}
</style>
background-color css
<style>
a { background-color: #BBFBC2; }
a { background-color: rgb(187,251,194); }
div.DivClassName
{
background-color: #BBFBC2;
}
.BgClassName
{
background-color: #BBFBC2;
}
</style>
border-color css
<style>
span { border-color: #BBFBC2; }
span { border-color: rgb(187,251,194); }
td.TdClassName
{
border-color: #BBFBC2;
}
.TagClassName
{
border-color: #BBFBC2;
}
</style>