Shades of Granny Apple #BBF7CF
Tints of Granny Apple #BBF7CF
RGB
CMYK
RGB Variations
Color information
#BBF7CF (or 0xBBF7CF) is known color: Granny Apple. HEX triplet: BB, F7 and CF. RGB value is (187,247,207). Sum of RGB (Red+Green+Blue) = 187+247+207=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7CF is #440830. Grayscale: #E0E0E0. Windows color (decimal): -4458545 or 13629371. OLE color: 13629371.
HSL color Cylindrical-coordinate representation of color #BBF7CF: hue angle of 140º 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 #BBF7CF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 207 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.03 |
| HSL | 140º | 0.79% | 0.85% | - |
| HSV(B) | 140º | 0.24% | 0.97% | - |
| XYZ | 65.02 | 81.59 | 71.35 | - |
| YUV | 224.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 207 | 0.24 | 0 | 0.16 | 0.03 | 140 | 0.79 | 0.85 |
| Hex | BB | F7 | CF | 18 | 0 | 10 | 3 | 8C | 4F | 55 |
| Octal | 273 | 367 | 317 | 30 | 0 | 20 | 3 | 214 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11001111 | 11000 | 0 | 10000 | 11 | 10001100 | 1001111 | 1010101 |
Color Harmonies of #BBF7CF
Complementary color
Monochromatic Colors of #BBF7CF
Black with #BBF7CF
Text Example
Text Example
White with #BBF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7CF; }
p { color: rgb(187,247,207); }
H1.HeaderClassName
{
color: #BBF7CF;
}
.AnyTagClassName
{
color: #BBF7CF;
}
</style>
background-color css
<style>
a { background-color: #BBF7CF; }
a { background-color: rgb(187,247,207); }
div.DivClassName
{
background-color: #BBF7CF;
}
.BgClassName
{
background-color: #BBF7CF;
}
</style>
border-color css
<style>
span { border-color: #BBF7CF; }
span { border-color: rgb(187,247,207); }
td.TdClassName
{
border-color: #BBF7CF;
}
.TagClassName
{
border-color: #BBF7CF;
}
</style>