Shades of Granny Apple #BBF2CE
Tints of Granny Apple #BBF2CE
RGB
CMYK
RGB Variations
Color information
#BBF2CE (or 0xBBF2CE) is known color: Granny Apple. HEX triplet: BB, F2 and CE. RGB value is (187,242,206). Sum of RGB (Red+Green+Blue) = 187+242+206=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CE is #440D31. Grayscale: #DDDDDD. Windows color (decimal): -4459826 or 13562555. OLE color: 13562555.
HSL color Cylindrical-coordinate representation of color #BBF2CE: hue angle of 140.73º 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 #BBF2CE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 206 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 140.73º | 0.68% | 0.84% | - |
| HSV(B) | 140.73º | 0.23% | 0.95% | - |
| XYZ | 63.39 | 78.53 | 70.21 | - |
| YUV | 221.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 206 | 0.23 | 0 | 0.15 | 0.05 | 140.73 | 0.68 | 0.84 |
| Hex | BB | F2 | CE | 17 | 0 | F | 5 | 8D | 44 | 54 |
| Octal | 273 | 362 | 316 | 27 | 0 | 17 | 5 | 215 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11001110 | 10111 | 0 | 1111 | 101 | 10001101 | 1000100 | 1010100 |
Color Harmonies of #BBF2CE
Complementary color
Monochromatic Colors of #BBF2CE
Black with #BBF2CE
Text Example
Text Example
White with #BBF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2CE; }
p { color: rgb(187,242,206); }
H1.HeaderClassName
{
color: #BBF2CE;
}
.AnyTagClassName
{
color: #BBF2CE;
}
</style>
background-color css
<style>
a { background-color: #BBF2CE; }
a { background-color: rgb(187,242,206); }
div.DivClassName
{
background-color: #BBF2CE;
}
.BgClassName
{
background-color: #BBF2CE;
}
</style>
border-color css
<style>
span { border-color: #BBF2CE; }
span { border-color: rgb(187,242,206); }
td.TdClassName
{
border-color: #BBF2CE;
}
.TagClassName
{
border-color: #BBF2CE;
}
</style>