Shades of Granny Apple #BBFDCC
Tints of Granny Apple #BBFDCC
RGB
CMYK
RGB Variations
Color information
#BBFDCC (or 0xBBFDCC) is known color: Granny Apple. HEX triplet: BB, FD and CC. RGB value is (187,253,204). Sum of RGB (Red+Green+Blue) = 187+253+204=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDCC is #440233. Grayscale: #E3E3E3. Windows color (decimal): -4457012 or 13434299. OLE color: 13434299.
HSL color Cylindrical-coordinate representation of color #BBFDCC: hue angle of 135.45º 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 #BBFDCC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 204 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.01 |
| HSL | 135.45º | 0.94% | 0.86% | - |
| HSV(B) | 135.45º | 0.26% | 0.99% | - |
| XYZ | 66.52 | 85.17 | 70.06 | - |
| YUV | 227.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 204 | 0.26 | 0 | 0.19 | 0.01 | 135.45 | 0.94 | 0.86 |
| Hex | BB | FD | CC | 1A | 0 | 13 | 1 | 87 | 5E | 56 |
| Octal | 273 | 375 | 314 | 32 | 0 | 23 | 1 | 207 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11001100 | 11010 | 0 | 10011 | 1 | 10000111 | 1011110 | 1010110 |
Color Harmonies of #BBFDCC
Complementary color
Monochromatic Colors of #BBFDCC
Black with #BBFDCC
Text Example
Text Example
White with #BBFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDCC; }
p { color: rgb(187,253,204); }
H1.HeaderClassName
{
color: #BBFDCC;
}
.AnyTagClassName
{
color: #BBFDCC;
}
</style>
background-color css
<style>
a { background-color: #BBFDCC; }
a { background-color: rgb(187,253,204); }
div.DivClassName
{
background-color: #BBFDCC;
}
.BgClassName
{
background-color: #BBFDCC;
}
</style>
border-color css
<style>
span { border-color: #BBFDCC; }
span { border-color: rgb(187,253,204); }
td.TdClassName
{
border-color: #BBFDCC;
}
.TagClassName
{
border-color: #BBFDCC;
}
</style>