Shades of Granny Apple #BBFBC5
Tints of Granny Apple #BBFBC5
RGB
CMYK
RGB Variations
Color information
#BBFBC5 (or 0xBBFBC5) is known color: Granny Apple. HEX triplet: BB, FB and C5. RGB value is (187,251,197). Sum of RGB (Red+Green+Blue) = 187+251+197=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBC5 is #44043A. Grayscale: #E1E1E1. Windows color (decimal): -4457531 or 12975035. OLE color: 12975035.
HSL color Cylindrical-coordinate representation of color #BBFBC5: hue angle of 129.38º 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 #BBFBC5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 197 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.02 |
| HSL | 129.38º | 0.89% | 0.86% | - |
| HSV(B) | 129.38º | 0.25% | 0.98% | - |
| XYZ | 65.07 | 83.59 | 65.53 | - |
| YUV | 225.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 197 | 0.25 | 0 | 0.22 | 0.02 | 129.38 | 0.89 | 0.86 |
| Hex | BB | FB | C5 | 19 | 0 | 16 | 2 | 81 | 59 | 56 |
| Octal | 273 | 373 | 305 | 31 | 0 | 26 | 2 | 201 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11000101 | 11001 | 0 | 10110 | 10 | 10000001 | 1011001 | 1010110 |
Color Harmonies of #BBFBC5
Complementary color
Monochromatic Colors of #BBFBC5
Black with #BBFBC5
Text Example
Text Example
White with #BBFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBC5; }
p { color: rgb(187,251,197); }
H1.HeaderClassName
{
color: #BBFBC5;
}
.AnyTagClassName
{
color: #BBFBC5;
}
</style>
background-color css
<style>
a { background-color: #BBFBC5; }
a { background-color: rgb(187,251,197); }
div.DivClassName
{
background-color: #BBFBC5;
}
.BgClassName
{
background-color: #BBFBC5;
}
</style>
border-color css
<style>
span { border-color: #BBFBC5; }
span { border-color: rgb(187,251,197); }
td.TdClassName
{
border-color: #BBFBC5;
}
.TagClassName
{
border-color: #BBFBC5;
}
</style>