Shades of Granny Apple #BBF2C3
Tints of Granny Apple #BBF2C3
RGB
CMYK
RGB Variations
Color information
#BBF2C3 (or 0xBBF2C3) is known color: Granny Apple. HEX triplet: BB, F2 and C3. RGB value is (187,242,195). Sum of RGB (Red+Green+Blue) = 187+242+195=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C3 is #440D3C. Grayscale: #DCDCDC. Windows color (decimal): -4459837 or 12841659. OLE color: 12841659.
HSL color Cylindrical-coordinate representation of color #BBF2C3: hue angle of 128.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 #BBF2C3 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 195 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 128.73º | 0.68% | 0.84% | - |
| HSV(B) | 128.73º | 0.23% | 0.95% | - |
| XYZ | 62.1 | 78.01 | 63.41 | - |
| YUV | 220.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 195 | 0.23 | 0 | 0.19 | 0.05 | 128.73 | 0.68 | 0.84 |
| Hex | BB | F2 | C3 | 17 | 0 | 13 | 5 | 81 | 44 | 54 |
| Octal | 273 | 362 | 303 | 27 | 0 | 23 | 5 | 201 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11000011 | 10111 | 0 | 10011 | 101 | 10000001 | 1000100 | 1010100 |
Color Harmonies of #BBF2C3
Complementary color
Monochromatic Colors of #BBF2C3
Black with #BBF2C3
Text Example
Text Example
White with #BBF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2C3; }
p { color: rgb(187,242,195); }
H1.HeaderClassName
{
color: #BBF2C3;
}
.AnyTagClassName
{
color: #BBF2C3;
}
</style>
background-color css
<style>
a { background-color: #BBF2C3; }
a { background-color: rgb(187,242,195); }
div.DivClassName
{
background-color: #BBF2C3;
}
.BgClassName
{
background-color: #BBF2C3;
}
</style>
border-color css
<style>
span { border-color: #BBF2C3; }
span { border-color: rgb(187,242,195); }
td.TdClassName
{
border-color: #BBF2C3;
}
.TagClassName
{
border-color: #BBF2C3;
}
</style>