Shades of Granny Apple #BBF7C2
Tints of Granny Apple #BBF7C2
RGB
CMYK
RGB Variations
Color information
#BBF7C2 (or 0xBBF7C2) is known color: Granny Apple. HEX triplet: BB, F7 and C2. RGB value is (187,247,194). Sum of RGB (Red+Green+Blue) = 187+247+194=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7C2 is #44083D. Grayscale: #DFDFDF. Windows color (decimal): -4458558 or 12777403. OLE color: 12777403.
HSL color Cylindrical-coordinate representation of color #BBF7C2: hue angle of 127º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7C2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 194 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.03 |
| HSL | 127º | 0.79% | 0.85% | - |
| HSV(B) | 127º | 0.24% | 0.97% | - |
| XYZ | 63.49 | 80.98 | 63.32 | - |
| YUV | 223.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 194 | 0.24 | 0 | 0.21 | 0.03 | 127 | 0.79 | 0.85 |
| Hex | BB | F7 | C2 | 18 | 0 | 15 | 3 | 7F | 4F | 55 |
| Octal | 273 | 367 | 302 | 30 | 0 | 25 | 3 | 177 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11000010 | 11000 | 0 | 10101 | 11 | 1111111 | 1001111 | 1010101 |
Color Harmonies of #BBF7C2
Complementary color
Monochromatic Colors of #BBF7C2
Black with #BBF7C2
Text Example
Text Example
White with #BBF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7C2; }
p { color: rgb(187,247,194); }
H1.HeaderClassName
{
color: #BBF7C2;
}
.AnyTagClassName
{
color: #BBF7C2;
}
</style>
background-color css
<style>
a { background-color: #BBF7C2; }
a { background-color: rgb(187,247,194); }
div.DivClassName
{
background-color: #BBF7C2;
}
.BgClassName
{
background-color: #BBF7C2;
}
</style>
border-color css
<style>
span { border-color: #BBF7C2; }
span { border-color: rgb(187,247,194); }
td.TdClassName
{
border-color: #BBF7C2;
}
.TagClassName
{
border-color: #BBF7C2;
}
</style>