Shades of Granny Apple #BBF1C6
Tints of Granny Apple #BBF1C6
RGB
CMYK
RGB Variations
Color information
#BBF1C6 (or 0xBBF1C6) is known color: Granny Apple. HEX triplet: BB, F1 and C6. RGB value is (187,241,198). Sum of RGB (Red+Green+Blue) = 187+241+198=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C6 is #440E39. Grayscale: #DCDCDC. Windows color (decimal): -4460090 or 13038011. OLE color: 13038011.
HSL color Cylindrical-coordinate representation of color #BBF1C6: hue angle of 132.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1C6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 198 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.05 |
| HSL | 132.22º | 0.66% | 0.84% | - |
| HSV(B) | 132.22º | 0.22% | 0.95% | - |
| XYZ | 62.14 | 77.55 | 65.12 | - |
| YUV | 219.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 198 | 0.22 | 0 | 0.18 | 0.05 | 132.22 | 0.66 | 0.84 |
| Hex | BB | F1 | C6 | 16 | 0 | 12 | 5 | 84 | 42 | 54 |
| Octal | 273 | 361 | 306 | 26 | 0 | 22 | 5 | 204 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11000110 | 10110 | 0 | 10010 | 101 | 10000100 | 1000010 | 1010100 |
Color Harmonies of #BBF1C6
Complementary color
Monochromatic Colors of #BBF1C6
Black with #BBF1C6
Text Example
Text Example
White with #BBF1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1C6; }
p { color: rgb(187,241,198); }
H1.HeaderClassName
{
color: #BBF1C6;
}
.AnyTagClassName
{
color: #BBF1C6;
}
</style>
background-color css
<style>
a { background-color: #BBF1C6; }
a { background-color: rgb(187,241,198); }
div.DivClassName
{
background-color: #BBF1C6;
}
.BgClassName
{
background-color: #BBF1C6;
}
</style>
border-color css
<style>
span { border-color: #BBF1C6; }
span { border-color: rgb(187,241,198); }
td.TdClassName
{
border-color: #BBF1C6;
}
.TagClassName
{
border-color: #BBF1C6;
}
</style>