Shades of Granny Apple #BBFCCB
Tints of Granny Apple #BBFCCB
RGB
CMYK
RGB Variations
Color information
#BBFCCB (or 0xBBFCCB) is known color: Granny Apple. HEX triplet: BB, FC and CB. RGB value is (187,252,203). Sum of RGB (Red+Green+Blue) = 187+252+203=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCCB is #440334. Grayscale: #E3E3E3. Windows color (decimal): -4457269 or 13368507. OLE color: 13368507.
HSL color Cylindrical-coordinate representation of color #BBFCCB: hue angle of 134.77º degrees, saturation: 0.92, 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 #BBFCCB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 203 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.01 |
| HSL | 134.77º | 0.92% | 0.86% | - |
| HSV(B) | 134.77º | 0.26% | 0.99% | - |
| XYZ | 66.08 | 84.5 | 69.33 | - |
| YUV | 226.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 203 | 0.26 | 0 | 0.19 | 0.01 | 134.77 | 0.92 | 0.86 |
| Hex | BB | FC | CB | 1A | 0 | 13 | 1 | 87 | 5C | 56 |
| Octal | 273 | 374 | 313 | 32 | 0 | 23 | 1 | 207 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11001011 | 11010 | 0 | 10011 | 1 | 10000111 | 1011100 | 1010110 |
Color Harmonies of #BBFCCB
Complementary color
Monochromatic Colors of #BBFCCB
Black with #BBFCCB
Text Example
Text Example
White with #BBFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCCB; }
p { color: rgb(187,252,203); }
H1.HeaderClassName
{
color: #BBFCCB;
}
.AnyTagClassName
{
color: #BBFCCB;
}
</style>
background-color css
<style>
a { background-color: #BBFCCB; }
a { background-color: rgb(187,252,203); }
div.DivClassName
{
background-color: #BBFCCB;
}
.BgClassName
{
background-color: #BBFCCB;
}
</style>
border-color css
<style>
span { border-color: #BBFCCB; }
span { border-color: rgb(187,252,203); }
td.TdClassName
{
border-color: #BBFCCB;
}
.TagClassName
{
border-color: #BBFCCB;
}
</style>