Shades of Granny Apple #BBF9C6
Tints of Granny Apple #BBF9C6
RGB
CMYK
RGB Variations
Color information
#BBF9C6 (or 0xBBF9C6) is known color: Granny Apple. HEX triplet: BB, F9 and C6. RGB value is (187,249,198). Sum of RGB (Red+Green+Blue) = 187+249+198=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9C6 is #440639. Grayscale: #E0E0E0. Windows color (decimal): -4458042 or 13040059. OLE color: 13040059.
HSL color Cylindrical-coordinate representation of color #BBF9C6: hue angle of 130.65º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9C6 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 198 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.02 |
| HSL | 130.65º | 0.84% | 0.85% | - |
| HSV(B) | 130.65º | 0.25% | 0.98% | - |
| XYZ | 64.56 | 82.39 | 65.93 | - |
| YUV | 224.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 198 | 0.25 | 0 | 0.20 | 0.02 | 130.65 | 0.84 | 0.85 |
| Hex | BB | F9 | C6 | 19 | 0 | 14 | 2 | 83 | 54 | 55 |
| Octal | 273 | 371 | 306 | 31 | 0 | 24 | 2 | 203 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11000110 | 11001 | 0 | 10100 | 10 | 10000011 | 1010100 | 1010101 |
Color Harmonies of #BBF9C6
Complementary color
Monochromatic Colors of #BBF9C6
Black with #BBF9C6
Text Example
Text Example
White with #BBF9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9C6; }
p { color: rgb(187,249,198); }
H1.HeaderClassName
{
color: #BBF9C6;
}
.AnyTagClassName
{
color: #BBF9C6;
}
</style>
background-color css
<style>
a { background-color: #BBF9C6; }
a { background-color: rgb(187,249,198); }
div.DivClassName
{
background-color: #BBF9C6;
}
.BgClassName
{
background-color: #BBF9C6;
}
</style>
border-color css
<style>
span { border-color: #BBF9C6; }
span { border-color: rgb(187,249,198); }
td.TdClassName
{
border-color: #BBF9C6;
}
.TagClassName
{
border-color: #BBF9C6;
}
</style>