Shades of Granny Apple #BBF4C5
Tints of Granny Apple #BBF4C5
RGB
CMYK
RGB Variations
Color information
#BBF4C5 (or 0xBBF4C5) is known color: Granny Apple. HEX triplet: BB, F4 and C5. RGB value is (187,244,197). Sum of RGB (Red+Green+Blue) = 187+244+197=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4C5 is #440B3A. Grayscale: #DDDDDD. Windows color (decimal): -4459323 or 12973243. OLE color: 12973243.
HSL color Cylindrical-coordinate representation of color #BBF4C5: hue angle of 130.53º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4C5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 197 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.04 |
| HSL | 130.53º | 0.72% | 0.85% | - |
| HSV(B) | 130.53º | 0.23% | 0.96% | - |
| XYZ | 62.92 | 79.3 | 64.81 | - |
| YUV | 221.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 197 | 0.23 | 0 | 0.19 | 0.04 | 130.53 | 0.72 | 0.85 |
| Hex | BB | F4 | C5 | 17 | 0 | 13 | 4 | 83 | 48 | 55 |
| Octal | 273 | 364 | 305 | 27 | 0 | 23 | 4 | 203 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11000101 | 10111 | 0 | 10011 | 100 | 10000011 | 1001000 | 1010101 |
Color Harmonies of #BBF4C5
Complementary color
Monochromatic Colors of #BBF4C5
Black with #BBF4C5
Text Example
Text Example
White with #BBF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4C5; }
p { color: rgb(187,244,197); }
H1.HeaderClassName
{
color: #BBF4C5;
}
.AnyTagClassName
{
color: #BBF4C5;
}
</style>
background-color css
<style>
a { background-color: #BBF4C5; }
a { background-color: rgb(187,244,197); }
div.DivClassName
{
background-color: #BBF4C5;
}
.BgClassName
{
background-color: #BBF4C5;
}
</style>
border-color css
<style>
span { border-color: #BBF4C5; }
span { border-color: rgb(187,244,197); }
td.TdClassName
{
border-color: #BBF4C5;
}
.TagClassName
{
border-color: #BBF4C5;
}
</style>