Shades of Granny Apple #BBF6CF
Tints of Granny Apple #BBF6CF
RGB
CMYK
RGB Variations
Color information
#BBF6CF (or 0xBBF6CF) is known color: Granny Apple. HEX triplet: BB, F6 and CF. RGB value is (187,246,207). Sum of RGB (Red+Green+Blue) = 187+246+207=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6CF is #440930. Grayscale: #E0E0E0. Windows color (decimal): -4458801 or 13629115. OLE color: 13629115.
HSL color Cylindrical-coordinate representation of color #BBF6CF: hue angle of 140.34º 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 #BBF6CF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 207 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.04 |
| HSL | 140.34º | 0.77% | 0.85% | - |
| HSV(B) | 140.34º | 0.24% | 0.96% | - |
| XYZ | 64.71 | 80.98 | 71.25 | - |
| YUV | 223.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 207 | 0.24 | 0 | 0.16 | 0.04 | 140.34 | 0.77 | 0.85 |
| Hex | BB | F6 | CF | 18 | 0 | 10 | 4 | 8C | 4D | 55 |
| Octal | 273 | 366 | 317 | 30 | 0 | 20 | 4 | 214 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11001111 | 11000 | 0 | 10000 | 100 | 10001100 | 1001101 | 1010101 |
Color Harmonies of #BBF6CF
Complementary color
Monochromatic Colors of #BBF6CF
Black with #BBF6CF
Text Example
Text Example
White with #BBF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6CF; }
p { color: rgb(187,246,207); }
H1.HeaderClassName
{
color: #BBF6CF;
}
.AnyTagClassName
{
color: #BBF6CF;
}
</style>
background-color css
<style>
a { background-color: #BBF6CF; }
a { background-color: rgb(187,246,207); }
div.DivClassName
{
background-color: #BBF6CF;
}
.BgClassName
{
background-color: #BBF6CF;
}
</style>
border-color css
<style>
span { border-color: #BBF6CF; }
span { border-color: rgb(187,246,207); }
td.TdClassName
{
border-color: #BBF6CF;
}
.TagClassName
{
border-color: #BBF6CF;
}
</style>