Shades of Granny Apple #BBF2CD
Tints of Granny Apple #BBF2CD
RGB
CMYK
RGB Variations
Color information
#BBF2CD (or 0xBBF2CD) is known color: Granny Apple. HEX triplet: BB, F2 and CD. RGB value is (187,242,205). Sum of RGB (Red+Green+Blue) = 187+242+205=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CD is #440D32. Grayscale: #DDDDDD. Windows color (decimal): -4459827 or 13497019. OLE color: 13497019.
HSL color Cylindrical-coordinate representation of color #BBF2CD: hue angle of 139.64º 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 #BBF2CD is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 205 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 139.64º | 0.68% | 0.84% | - |
| HSV(B) | 139.64º | 0.23% | 0.95% | - |
| XYZ | 63.27 | 78.48 | 69.57 | - |
| YUV | 221.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 205 | 0.23 | 0 | 0.15 | 0.05 | 139.64 | 0.68 | 0.84 |
| Hex | BB | F2 | CD | 17 | 0 | F | 5 | 8C | 44 | 54 |
| Octal | 273 | 362 | 315 | 27 | 0 | 17 | 5 | 214 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11001101 | 10111 | 0 | 1111 | 101 | 10001100 | 1000100 | 1010100 |
Color Harmonies of #BBF2CD
Complementary color
Monochromatic Colors of #BBF2CD
Black with #BBF2CD
Text Example
Text Example
White with #BBF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2CD; }
p { color: rgb(187,242,205); }
H1.HeaderClassName
{
color: #BBF2CD;
}
.AnyTagClassName
{
color: #BBF2CD;
}
</style>
background-color css
<style>
a { background-color: #BBF2CD; }
a { background-color: rgb(187,242,205); }
div.DivClassName
{
background-color: #BBF2CD;
}
.BgClassName
{
background-color: #BBF2CD;
}
</style>
border-color css
<style>
span { border-color: #BBF2CD; }
span { border-color: rgb(187,242,205); }
td.TdClassName
{
border-color: #BBF2CD;
}
.TagClassName
{
border-color: #BBF2CD;
}
</style>