Shades of Granny Apple #BBFDCB
Tints of Granny Apple #BBFDCB
RGB
CMYK
RGB Variations
Color information
#BBFDCB (or 0xBBFDCB) is known color: Granny Apple. HEX triplet: BB, FD and CB. RGB value is (187,253,203). Sum of RGB (Red+Green+Blue) = 187+253+203=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDCB is #440234. Grayscale: #E3E3E3. Windows color (decimal): -4457013 or 13368763. OLE color: 13368763.
HSL color Cylindrical-coordinate representation of color #BBFDCB: hue angle of 134.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDCB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 203 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.01 |
| HSL | 134.55º | 0.94% | 0.86% | - |
| HSV(B) | 134.55º | 0.26% | 0.99% | - |
| XYZ | 66.4 | 85.13 | 69.43 | - |
| YUV | 227.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 203 | 0.26 | 0 | 0.20 | 0.01 | 134.55 | 0.94 | 0.86 |
| Hex | BB | FD | CB | 1A | 0 | 14 | 1 | 87 | 5E | 56 |
| Octal | 273 | 375 | 313 | 32 | 0 | 24 | 1 | 207 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11001011 | 11010 | 0 | 10100 | 1 | 10000111 | 1011110 | 1010110 |
Color Harmonies of #BBFDCB
Complementary color
Monochromatic Colors of #BBFDCB
Black with #BBFDCB
Text Example
Text Example
White with #BBFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDCB; }
p { color: rgb(187,253,203); }
H1.HeaderClassName
{
color: #BBFDCB;
}
.AnyTagClassName
{
color: #BBFDCB;
}
</style>
background-color css
<style>
a { background-color: #BBFDCB; }
a { background-color: rgb(187,253,203); }
div.DivClassName
{
background-color: #BBFDCB;
}
.BgClassName
{
background-color: #BBFDCB;
}
</style>
border-color css
<style>
span { border-color: #BBFDCB; }
span { border-color: rgb(187,253,203); }
td.TdClassName
{
border-color: #BBFDCB;
}
.TagClassName
{
border-color: #BBFDCB;
}
</style>