Shades of Granny Apple #BBF3C7
Tints of Granny Apple #BBF3C7
RGB
CMYK
RGB Variations
Color information
#BBF3C7 (or 0xBBF3C7) is known color: Granny Apple. HEX triplet: BB, F3 and C7. RGB value is (187,243,199). Sum of RGB (Red+Green+Blue) = 187+243+199=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C7 is #440C38. Grayscale: #DDDDDD. Windows color (decimal): -4459577 or 13104059. OLE color: 13104059.
HSL color Cylindrical-coordinate representation of color #BBF3C7: hue angle of 132.86º degrees, saturation: 0.7, 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 #BBF3C7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 199 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 132.86º | 0.7% | 0.84% | - |
| HSV(B) | 132.86º | 0.23% | 0.95% | - |
| XYZ | 62.85 | 78.79 | 65.93 | - |
| YUV | 221.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 199 | 0.23 | 0 | 0.18 | 0.05 | 132.86 | 0.7 | 0.84 |
| Hex | BB | F3 | C7 | 17 | 0 | 12 | 5 | 85 | 46 | 54 |
| Octal | 273 | 363 | 307 | 27 | 0 | 22 | 5 | 205 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11000111 | 10111 | 0 | 10010 | 101 | 10000101 | 1000110 | 1010100 |
Color Harmonies of #BBF3C7
Complementary color
Monochromatic Colors of #BBF3C7
Black with #BBF3C7
Text Example
Text Example
White with #BBF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3C7; }
p { color: rgb(187,243,199); }
H1.HeaderClassName
{
color: #BBF3C7;
}
.AnyTagClassName
{
color: #BBF3C7;
}
</style>
background-color css
<style>
a { background-color: #BBF3C7; }
a { background-color: rgb(187,243,199); }
div.DivClassName
{
background-color: #BBF3C7;
}
.BgClassName
{
background-color: #BBF3C7;
}
</style>
border-color css
<style>
span { border-color: #BBF3C7; }
span { border-color: rgb(187,243,199); }
td.TdClassName
{
border-color: #BBF3C7;
}
.TagClassName
{
border-color: #BBF3C7;
}
</style>