Shades of Granny Apple #BBF8CF
Tints of Granny Apple #BBF8CF
RGB
CMYK
RGB Variations
Color information
#BBF8CF (or 0xBBF8CF) is known color: Granny Apple. HEX triplet: BB, F8 and CF. RGB value is (187,248,207). Sum of RGB (Red+Green+Blue) = 187+248+207=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8CF is #440730. Grayscale: #E1E1E1. Windows color (decimal): -4458289 or 13629627. OLE color: 13629627.
HSL color Cylindrical-coordinate representation of color #BBF8CF: hue angle of 139.67º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8CF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 207 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.03 |
| HSL | 139.67º | 0.81% | 0.85% | - |
| HSV(B) | 139.67º | 0.25% | 0.97% | - |
| XYZ | 65.32 | 82.2 | 71.46 | - |
| YUV | 225.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 207 | 0.25 | 0 | 0.17 | 0.03 | 139.67 | 0.81 | 0.85 |
| Hex | BB | F8 | CF | 19 | 0 | 11 | 3 | 8C | 51 | 55 |
| Octal | 273 | 370 | 317 | 31 | 0 | 21 | 3 | 214 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11001111 | 11001 | 0 | 10001 | 11 | 10001100 | 1010001 | 1010101 |
Color Harmonies of #BBF8CF
Complementary color
Monochromatic Colors of #BBF8CF
Black with #BBF8CF
Text Example
Text Example
White with #BBF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8CF; }
p { color: rgb(187,248,207); }
H1.HeaderClassName
{
color: #BBF8CF;
}
.AnyTagClassName
{
color: #BBF8CF;
}
</style>
background-color css
<style>
a { background-color: #BBF8CF; }
a { background-color: rgb(187,248,207); }
div.DivClassName
{
background-color: #BBF8CF;
}
.BgClassName
{
background-color: #BBF8CF;
}
</style>
border-color css
<style>
span { border-color: #BBF8CF; }
span { border-color: rgb(187,248,207); }
td.TdClassName
{
border-color: #BBF8CF;
}
.TagClassName
{
border-color: #BBF8CF;
}
</style>