Shades of Granny Apple #BBFECB
Tints of Granny Apple #BBFECB
RGB
CMYK
RGB Variations
Color information
#BBFECB (or 0xBBFECB) is known color: Granny Apple. HEX triplet: BB, FE and CB. RGB value is (187,254,203). Sum of RGB (Red+Green+Blue) = 187+254+203=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFECB is #440134. Grayscale: #E4E4E4. Windows color (decimal): -4456757 or 13369019. OLE color: 13369019.
HSL color Cylindrical-coordinate representation of color #BBFECB: hue angle of 134.33º 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 #BBFECB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 203 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.00 |
| HSL | 134.33º | 0.97% | 0.86% | - |
| HSV(B) | 134.33º | 0.26% | 1% | - |
| XYZ | 66.71 | 85.76 | 69.54 | - |
| YUV | 228.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 203 | 0.26 | 0 | 0.20 | 0.00 | 134.33 | 0.97 | 0.86 |
| Hex | BB | FE | CB | 1A | 0 | 14 | 0 | 86 | 61 | 56 |
| Octal | 273 | 376 | 313 | 32 | 0 | 24 | 0 | 206 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11001011 | 11010 | 0 | 10100 | 0 | 10000110 | 1100001 | 1010110 |
Color Harmonies of #BBFECB
Complementary color
Monochromatic Colors of #BBFECB
Black with #BBFECB
Text Example
Text Example
White with #BBFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFECB; }
p { color: rgb(187,254,203); }
H1.HeaderClassName
{
color: #BBFECB;
}
.AnyTagClassName
{
color: #BBFECB;
}
</style>
background-color css
<style>
a { background-color: #BBFECB; }
a { background-color: rgb(187,254,203); }
div.DivClassName
{
background-color: #BBFECB;
}
.BgClassName
{
background-color: #BBFECB;
}
</style>
border-color css
<style>
span { border-color: #BBFECB; }
span { border-color: rgb(187,254,203); }
td.TdClassName
{
border-color: #BBFECB;
}
.TagClassName
{
border-color: #BBFECB;
}
</style>