Shades of Granny Apple #BBF3C6
Tints of Granny Apple #BBF3C6
RGB
CMYK
RGB Variations
Color information
#BBF3C6 (or 0xBBF3C6) is known color: Granny Apple. HEX triplet: BB, F3 and C6. RGB value is (187,243,198). Sum of RGB (Red+Green+Blue) = 187+243+198=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C6 is #440C39. Grayscale: #DDDDDD. Windows color (decimal): -4459578 or 13038523. OLE color: 13038523.
HSL color Cylindrical-coordinate representation of color #BBF3C6: hue angle of 131.79º 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 #BBF3C6 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 198 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 131.79º | 0.7% | 0.84% | - |
| HSV(B) | 131.79º | 0.23% | 0.95% | - |
| XYZ | 62.74 | 78.74 | 65.32 | - |
| YUV | 221.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 198 | 0.23 | 0 | 0.19 | 0.05 | 131.79 | 0.7 | 0.84 |
| Hex | BB | F3 | C6 | 17 | 0 | 13 | 5 | 84 | 46 | 54 |
| Octal | 273 | 363 | 306 | 27 | 0 | 23 | 5 | 204 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11000110 | 10111 | 0 | 10011 | 101 | 10000100 | 1000110 | 1010100 |
Color Harmonies of #BBF3C6
Complementary color
Monochromatic Colors of #BBF3C6
Black with #BBF3C6
Text Example
Text Example
White with #BBF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3C6; }
p { color: rgb(187,243,198); }
H1.HeaderClassName
{
color: #BBF3C6;
}
.AnyTagClassName
{
color: #BBF3C6;
}
</style>
background-color css
<style>
a { background-color: #BBF3C6; }
a { background-color: rgb(187,243,198); }
div.DivClassName
{
background-color: #BBF3C6;
}
.BgClassName
{
background-color: #BBF3C6;
}
</style>
border-color css
<style>
span { border-color: #BBF3C6; }
span { border-color: rgb(187,243,198); }
td.TdClassName
{
border-color: #BBF3C6;
}
.TagClassName
{
border-color: #BBF3C6;
}
</style>