Shades of Granny Apple #BBFDC8
Tints of Granny Apple #BBFDC8
RGB
CMYK
RGB Variations
Color information
#BBFDC8 (or 0xBBFDC8) is known color: Granny Apple. HEX triplet: BB, FD and C8. RGB value is (187,253,200). Sum of RGB (Red+Green+Blue) = 187+253+200=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDC8 is #440237. Grayscale: #E3E3E3. Windows color (decimal): -4457016 or 13172155. OLE color: 13172155.
HSL color Cylindrical-coordinate representation of color #BBFDC8: hue angle of 131.82º 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 #BBFDC8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 200 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 131.82º | 0.94% | 0.86% | - |
| HSV(B) | 131.82º | 0.26% | 0.99% | - |
| XYZ | 66.04 | 84.99 | 67.57 | - |
| YUV | 227.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 200 | 0.26 | 0 | 0.21 | 0.01 | 131.82 | 0.94 | 0.86 |
| Hex | BB | FD | C8 | 1A | 0 | 15 | 1 | 84 | 5E | 56 |
| Octal | 273 | 375 | 310 | 32 | 0 | 25 | 1 | 204 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11001000 | 11010 | 0 | 10101 | 1 | 10000100 | 1011110 | 1010110 |
Color Harmonies of #BBFDC8
Complementary color
Monochromatic Colors of #BBFDC8
Black with #BBFDC8
Text Example
Text Example
White with #BBFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDC8; }
p { color: rgb(187,253,200); }
H1.HeaderClassName
{
color: #BBFDC8;
}
.AnyTagClassName
{
color: #BBFDC8;
}
</style>
background-color css
<style>
a { background-color: #BBFDC8; }
a { background-color: rgb(187,253,200); }
div.DivClassName
{
background-color: #BBFDC8;
}
.BgClassName
{
background-color: #BBFDC8;
}
</style>
border-color css
<style>
span { border-color: #BBFDC8; }
span { border-color: rgb(187,253,200); }
td.TdClassName
{
border-color: #BBFDC8;
}
.TagClassName
{
border-color: #BBFDC8;
}
</style>