Shades of Granny Apple #BBFDC3
Tints of Granny Apple #BBFDC3
RGB
CMYK
RGB Variations
Color information
#BBFDC3 (or 0xBBFDC3) is known color: Granny Apple. HEX triplet: BB, FD and C3. RGB value is (187,253,195). Sum of RGB (Red+Green+Blue) = 187+253+195=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC3 is #44023C. Grayscale: #E2E2E2. Windows color (decimal): -4457021 or 12844475. OLE color: 12844475.
HSL color Cylindrical-coordinate representation of color #BBFDC3: hue angle of 127.27º 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 #BBFDC3 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 195 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.01 |
| HSL | 127.27º | 0.94% | 0.86% | - |
| HSV(B) | 127.27º | 0.26% | 0.99% | - |
| XYZ | 65.47 | 84.76 | 64.54 | - |
| YUV | 226.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 195 | 0.26 | 0 | 0.23 | 0.01 | 127.27 | 0.94 | 0.86 |
| Hex | BB | FD | C3 | 1A | 0 | 17 | 1 | 7F | 5E | 56 |
| Octal | 273 | 375 | 303 | 32 | 0 | 27 | 1 | 177 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11000011 | 11010 | 0 | 10111 | 1 | 1111111 | 1011110 | 1010110 |
Color Harmonies of #BBFDC3
Complementary color
Monochromatic Colors of #BBFDC3
Black with #BBFDC3
Text Example
Text Example
White with #BBFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDC3; }
p { color: rgb(187,253,195); }
H1.HeaderClassName
{
color: #BBFDC3;
}
.AnyTagClassName
{
color: #BBFDC3;
}
</style>
background-color css
<style>
a { background-color: #BBFDC3; }
a { background-color: rgb(187,253,195); }
div.DivClassName
{
background-color: #BBFDC3;
}
.BgClassName
{
background-color: #BBFDC3;
}
</style>
border-color css
<style>
span { border-color: #BBFDC3; }
span { border-color: rgb(187,253,195); }
td.TdClassName
{
border-color: #BBFDC3;
}
.TagClassName
{
border-color: #BBFDC3;
}
</style>