Shades of Granny Apple #BBF6C4
Tints of Granny Apple #BBF6C4
RGB
CMYK
RGB Variations
Color information
#BBF6C4 (or 0xBBF6C4) is known color: Granny Apple. HEX triplet: BB, F6 and C4. RGB value is (187,246,196). Sum of RGB (Red+Green+Blue) = 187+246+196=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6C4 is #44093B. Grayscale: #DEDEDE. Windows color (decimal): -4458812 or 12908219. OLE color: 12908219.
HSL color Cylindrical-coordinate representation of color #BBF6C4: hue angle of 129.15º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6C4 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 196 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.04 |
| HSL | 129.15º | 0.77% | 0.85% | - |
| HSV(B) | 129.15º | 0.24% | 0.96% | - |
| XYZ | 63.41 | 80.46 | 64.41 | - |
| YUV | 222.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 196 | 0.24 | 0 | 0.20 | 0.04 | 129.15 | 0.77 | 0.85 |
| Hex | BB | F6 | C4 | 18 | 0 | 14 | 4 | 81 | 4D | 55 |
| Octal | 273 | 366 | 304 | 30 | 0 | 24 | 4 | 201 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11000100 | 11000 | 0 | 10100 | 100 | 10000001 | 1001101 | 1010101 |
Color Harmonies of #BBF6C4
Complementary color
Monochromatic Colors of #BBF6C4
Black with #BBF6C4
Text Example
Text Example
White with #BBF6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6C4; }
p { color: rgb(187,246,196); }
H1.HeaderClassName
{
color: #BBF6C4;
}
.AnyTagClassName
{
color: #BBF6C4;
}
</style>
background-color css
<style>
a { background-color: #BBF6C4; }
a { background-color: rgb(187,246,196); }
div.DivClassName
{
background-color: #BBF6C4;
}
.BgClassName
{
background-color: #BBF6C4;
}
</style>
border-color css
<style>
span { border-color: #BBF6C4; }
span { border-color: rgb(187,246,196); }
td.TdClassName
{
border-color: #BBF6C4;
}
.TagClassName
{
border-color: #BBF6C4;
}
</style>