Shades of Granny Apple #BBFAC5
Tints of Granny Apple #BBFAC5
RGB
CMYK
RGB Variations
Color information
#BBFAC5 (or 0xBBFAC5) is known color: Granny Apple. HEX triplet: BB, FA and C5. RGB value is (187,250,197). Sum of RGB (Red+Green+Blue) = 187+250+197=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC5 is #44053A. Grayscale: #E1E1E1. Windows color (decimal): -4457787 or 12974779. OLE color: 12974779.
HSL color Cylindrical-coordinate representation of color #BBFAC5: hue angle of 129.52º degrees, saturation: 0.86, 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 #BBFAC5 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 197 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.02 |
| HSL | 129.52º | 0.86% | 0.86% | - |
| HSV(B) | 129.52º | 0.25% | 0.98% | - |
| XYZ | 64.76 | 82.97 | 65.42 | - |
| YUV | 225.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 197 | 0.25 | 0 | 0.21 | 0.02 | 129.52 | 0.86 | 0.86 |
| Hex | BB | FA | C5 | 19 | 0 | 15 | 2 | 82 | 56 | 56 |
| Octal | 273 | 372 | 305 | 31 | 0 | 25 | 2 | 202 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11000101 | 11001 | 0 | 10101 | 10 | 10000010 | 1010110 | 1010110 |
Color Harmonies of #BBFAC5
Complementary color
Monochromatic Colors of #BBFAC5
Black with #BBFAC5
Text Example
Text Example
White with #BBFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAC5; }
p { color: rgb(187,250,197); }
H1.HeaderClassName
{
color: #BBFAC5;
}
.AnyTagClassName
{
color: #BBFAC5;
}
</style>
background-color css
<style>
a { background-color: #BBFAC5; }
a { background-color: rgb(187,250,197); }
div.DivClassName
{
background-color: #BBFAC5;
}
.BgClassName
{
background-color: #BBFAC5;
}
</style>
border-color css
<style>
span { border-color: #BBFAC5; }
span { border-color: rgb(187,250,197); }
td.TdClassName
{
border-color: #BBFAC5;
}
.TagClassName
{
border-color: #BBFAC5;
}
</style>