Shades of Granny Apple #BBF3CE
Tints of Granny Apple #BBF3CE
RGB
CMYK
RGB Variations
Color information
#BBF3CE (or 0xBBF3CE) is known color: Granny Apple. HEX triplet: BB, F3 and CE. RGB value is (187,243,206). Sum of RGB (Red+Green+Blue) = 187+243+206=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3CE is #440C31. Grayscale: #DEDEDE. Windows color (decimal): -4459570 or 13562811. OLE color: 13562811.
HSL color Cylindrical-coordinate representation of color #BBF3CE: hue angle of 140.36º 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 #BBF3CE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 206 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 140.36º | 0.7% | 0.84% | - |
| HSV(B) | 140.36º | 0.23% | 0.95% | - |
| XYZ | 63.68 | 79.12 | 70.31 | - |
| YUV | 222.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 206 | 0.23 | 0 | 0.15 | 0.05 | 140.36 | 0.7 | 0.84 |
| Hex | BB | F3 | CE | 17 | 0 | F | 5 | 8C | 46 | 54 |
| Octal | 273 | 363 | 316 | 27 | 0 | 17 | 5 | 214 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11001110 | 10111 | 0 | 1111 | 101 | 10001100 | 1000110 | 1010100 |
Color Harmonies of #BBF3CE
Complementary color
Monochromatic Colors of #BBF3CE
Black with #BBF3CE
Text Example
Text Example
White with #BBF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3CE; }
p { color: rgb(187,243,206); }
H1.HeaderClassName
{
color: #BBF3CE;
}
.AnyTagClassName
{
color: #BBF3CE;
}
</style>
background-color css
<style>
a { background-color: #BBF3CE; }
a { background-color: rgb(187,243,206); }
div.DivClassName
{
background-color: #BBF3CE;
}
.BgClassName
{
background-color: #BBF3CE;
}
</style>
border-color css
<style>
span { border-color: #BBF3CE; }
span { border-color: rgb(187,243,206); }
td.TdClassName
{
border-color: #BBF3CE;
}
.TagClassName
{
border-color: #BBF3CE;
}
</style>