Shades of Granny Apple #BBF3C8
Tints of Granny Apple #BBF3C8
RGB
CMYK
RGB Variations
Color information
#BBF3C8 (or 0xBBF3C8) is known color: Granny Apple. HEX triplet: BB, F3 and C8. RGB value is (187,243,200). Sum of RGB (Red+Green+Blue) = 187+243+200=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C8 is #440C37. Grayscale: #DDDDDD. Windows color (decimal): -4459576 or 13169595. OLE color: 13169595.
HSL color Cylindrical-coordinate representation of color #BBF3C8: hue angle of 133.93º 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 #BBF3C8 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 200 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 133.93º | 0.7% | 0.84% | - |
| HSV(B) | 133.93º | 0.23% | 0.95% | - |
| XYZ | 62.97 | 78.84 | 66.54 | - |
| YUV | 221.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 200 | 0.23 | 0 | 0.18 | 0.05 | 133.93 | 0.7 | 0.84 |
| Hex | BB | F3 | C8 | 17 | 0 | 12 | 5 | 86 | 46 | 54 |
| Octal | 273 | 363 | 310 | 27 | 0 | 22 | 5 | 206 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11001000 | 10111 | 0 | 10010 | 101 | 10000110 | 1000110 | 1010100 |
Color Harmonies of #BBF3C8
Complementary color
Monochromatic Colors of #BBF3C8
Black with #BBF3C8
Text Example
Text Example
White with #BBF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3C8; }
p { color: rgb(187,243,200); }
H1.HeaderClassName
{
color: #BBF3C8;
}
.AnyTagClassName
{
color: #BBF3C8;
}
</style>
background-color css
<style>
a { background-color: #BBF3C8; }
a { background-color: rgb(187,243,200); }
div.DivClassName
{
background-color: #BBF3C8;
}
.BgClassName
{
background-color: #BBF3C8;
}
</style>
border-color css
<style>
span { border-color: #BBF3C8; }
span { border-color: rgb(187,243,200); }
td.TdClassName
{
border-color: #BBF3C8;
}
.TagClassName
{
border-color: #BBF3C8;
}
</style>