Shades of Granny Apple #BBF2CF
Tints of Granny Apple #BBF2CF
RGB
CMYK
RGB Variations
Color information
#BBF2CF (or 0xBBF2CF) is known color: Granny Apple. HEX triplet: BB, F2 and CF. RGB value is (187,242,207). Sum of RGB (Red+Green+Blue) = 187+242+207=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CF is #440D30. Grayscale: #DDDDDD. Windows color (decimal): -4459825 or 13628091. OLE color: 13628091.
HSL color Cylindrical-coordinate representation of color #BBF2CF: hue angle of 141.82º 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 #BBF2CF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 207 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 141.82º | 0.68% | 0.84% | - |
| HSV(B) | 141.82º | 0.23% | 0.95% | - |
| XYZ | 63.51 | 78.57 | 70.85 | - |
| YUV | 221.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 207 | 0.23 | 0 | 0.14 | 0.05 | 141.82 | 0.68 | 0.84 |
| Hex | BB | F2 | CF | 17 | 0 | E | 5 | 8E | 44 | 54 |
| Octal | 273 | 362 | 317 | 27 | 0 | 16 | 5 | 216 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11001111 | 10111 | 0 | 1110 | 101 | 10001110 | 1000100 | 1010100 |
Color Harmonies of #BBF2CF
Complementary color
Monochromatic Colors of #BBF2CF
Black with #BBF2CF
Text Example
Text Example
White with #BBF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2CF; }
p { color: rgb(187,242,207); }
H1.HeaderClassName
{
color: #BBF2CF;
}
.AnyTagClassName
{
color: #BBF2CF;
}
</style>
background-color css
<style>
a { background-color: #BBF2CF; }
a { background-color: rgb(187,242,207); }
div.DivClassName
{
background-color: #BBF2CF;
}
.BgClassName
{
background-color: #BBF2CF;
}
</style>
border-color css
<style>
span { border-color: #BBF2CF; }
span { border-color: rgb(187,242,207); }
td.TdClassName
{
border-color: #BBF2CF;
}
.TagClassName
{
border-color: #BBF2CF;
}
</style>