Shades of Granny Apple #BBF2C6
Tints of Granny Apple #BBF2C6
RGB
CMYK
RGB Variations
Color information
#BBF2C6 (or 0xBBF2C6) is known color: Granny Apple. HEX triplet: BB, F2 and C6. RGB value is (187,242,198). Sum of RGB (Red+Green+Blue) = 187+242+198=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C6 is #440D39. Grayscale: #DCDCDC. Windows color (decimal): -4459834 or 13038267. OLE color: 13038267.
HSL color Cylindrical-coordinate representation of color #BBF2C6: hue angle of 132º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2C6 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 198 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 132º | 0.68% | 0.84% | - |
| HSV(B) | 132º | 0.23% | 0.95% | - |
| XYZ | 62.44 | 78.15 | 65.22 | - |
| YUV | 220.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 198 | 0.23 | 0 | 0.18 | 0.05 | 132 | 0.68 | 0.84 |
| Hex | BB | F2 | C6 | 17 | 0 | 12 | 5 | 84 | 44 | 54 |
| Octal | 273 | 362 | 306 | 27 | 0 | 22 | 5 | 204 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11000110 | 10111 | 0 | 10010 | 101 | 10000100 | 1000100 | 1010100 |
Color Harmonies of #BBF2C6
Complementary color
Monochromatic Colors of #BBF2C6
Black with #BBF2C6
Text Example
Text Example
White with #BBF2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2C6; }
p { color: rgb(187,242,198); }
H1.HeaderClassName
{
color: #BBF2C6;
}
.AnyTagClassName
{
color: #BBF2C6;
}
</style>
background-color css
<style>
a { background-color: #BBF2C6; }
a { background-color: rgb(187,242,198); }
div.DivClassName
{
background-color: #BBF2C6;
}
.BgClassName
{
background-color: #BBF2C6;
}
</style>
border-color css
<style>
span { border-color: #BBF2C6; }
span { border-color: rgb(187,242,198); }
td.TdClassName
{
border-color: #BBF2C6;
}
.TagClassName
{
border-color: #BBF2C6;
}
</style>