Shades of Granny Apple #BBF2CC
Tints of Granny Apple #BBF2CC
RGB
CMYK
RGB Variations
Color information
#BBF2CC (or 0xBBF2CC) is known color: Granny Apple. HEX triplet: BB, F2 and CC. RGB value is (187,242,204). Sum of RGB (Red+Green+Blue) = 187+242+204=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CC is #440D33. Grayscale: #DDDDDD. Windows color (decimal): -4459828 or 13431483. OLE color: 13431483.
HSL color Cylindrical-coordinate representation of color #BBF2CC: hue angle of 138.55º 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 #BBF2CC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 204 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.05 |
| HSL | 138.55º | 0.68% | 0.84% | - |
| HSV(B) | 138.55º | 0.23% | 0.95% | - |
| XYZ | 63.14 | 78.43 | 68.94 | - |
| YUV | 221.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 204 | 0.23 | 0 | 0.16 | 0.05 | 138.55 | 0.68 | 0.84 |
| Hex | BB | F2 | CC | 17 | 0 | 10 | 5 | 8B | 44 | 54 |
| Octal | 273 | 362 | 314 | 27 | 0 | 20 | 5 | 213 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11001100 | 10111 | 0 | 10000 | 101 | 10001011 | 1000100 | 1010100 |
Color Harmonies of #BBF2CC
Complementary color
Monochromatic Colors of #BBF2CC
Black with #BBF2CC
Text Example
Text Example
White with #BBF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2CC; }
p { color: rgb(187,242,204); }
H1.HeaderClassName
{
color: #BBF2CC;
}
.AnyTagClassName
{
color: #BBF2CC;
}
</style>
background-color css
<style>
a { background-color: #BBF2CC; }
a { background-color: rgb(187,242,204); }
div.DivClassName
{
background-color: #BBF2CC;
}
.BgClassName
{
background-color: #BBF2CC;
}
</style>
border-color css
<style>
span { border-color: #BBF2CC; }
span { border-color: rgb(187,242,204); }
td.TdClassName
{
border-color: #BBF2CC;
}
.TagClassName
{
border-color: #BBF2CC;
}
</style>