Shades of Granny Apple #BBFECF
Tints of Granny Apple #BBFECF
RGB
CMYK
RGB Variations
Color information
#BBFECF (or 0xBBFECF) is known color: Granny Apple. HEX triplet: BB, FE and CF. RGB value is (187,254,207). Sum of RGB (Red+Green+Blue) = 187+254+207=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFECF is #440130. Grayscale: #E4E4E4. Windows color (decimal): -4456753 or 13631163. OLE color: 13631163.
HSL color Cylindrical-coordinate representation of color #BBFECF: hue angle of 137.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFECF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 207 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.00 |
| HSL | 137.91º | 0.97% | 0.86% | - |
| HSV(B) | 137.91º | 0.26% | 1% | - |
| XYZ | 67.2 | 85.95 | 72.08 | - |
| YUV | 228.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 207 | 0.26 | 0 | 0.19 | 0.00 | 137.91 | 0.97 | 0.86 |
| Hex | BB | FE | CF | 1A | 0 | 13 | 0 | 8A | 61 | 56 |
| Octal | 273 | 376 | 317 | 32 | 0 | 23 | 0 | 212 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11001111 | 11010 | 0 | 10011 | 0 | 10001010 | 1100001 | 1010110 |
Color Harmonies of #BBFECF
Complementary color
Monochromatic Colors of #BBFECF
Black with #BBFECF
Text Example
Text Example
White with #BBFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFECF; }
p { color: rgb(187,254,207); }
H1.HeaderClassName
{
color: #BBFECF;
}
.AnyTagClassName
{
color: #BBFECF;
}
</style>
background-color css
<style>
a { background-color: #BBFECF; }
a { background-color: rgb(187,254,207); }
div.DivClassName
{
background-color: #BBFECF;
}
.BgClassName
{
background-color: #BBFECF;
}
</style>
border-color css
<style>
span { border-color: #BBFECF; }
span { border-color: rgb(187,254,207); }
td.TdClassName
{
border-color: #BBFECF;
}
.TagClassName
{
border-color: #BBFECF;
}
</style>