Shades of Granny Apple #BBFFD1
Tints of Granny Apple #BBFFD1
RGB
CMYK
RGB Variations
Color information
#BBFFD1 (or 0xBBFFD1) is known color: Granny Apple. HEX triplet: BB, FF and D1. RGB value is (187,255,209). Sum of RGB (Red+Green+Blue) = 187+255+209=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD1 is #44002E. Grayscale: #E5E5E5. Windows color (decimal): -4456495 or 13762491. OLE color: 13762491.
HSL color Cylindrical-coordinate representation of color #BBFFD1: hue angle of 139.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFD1 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 209 | - |
| CMYK | 0.27 | 0 | 0.18 | 0 |
| HSL | 139.41º | 1% | 0.87% | - |
| HSV(B) | 139.41º | 0.27% | 1% | - |
| XYZ | 67.76 | 86.69 | 73.48 | - |
| YUV | 229.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 209 | 0.27 | 0 | 0.18 | 0 | 139.41 | 1 | 0.87 |
| Hex | BB | FF | D1 | 1B | 0 | 12 | 0 | 8B | 64 | 57 |
| Octal | 273 | 377 | 321 | 33 | 0 | 22 | 0 | 213 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11010001 | 11011 | 0 | 10010 | 0 | 10001011 | 1100100 | 1010111 |
Color Harmonies of #BBFFD1
Complementary color
Monochromatic Colors of #BBFFD1
Black with #BBFFD1
Text Example
Text Example
White with #BBFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFD1; }
p { color: rgb(187,255,209); }
H1.HeaderClassName
{
color: #BBFFD1;
}
.AnyTagClassName
{
color: #BBFFD1;
}
</style>
background-color css
<style>
a { background-color: #BBFFD1; }
a { background-color: rgb(187,255,209); }
div.DivClassName
{
background-color: #BBFFD1;
}
.BgClassName
{
background-color: #BBFFD1;
}
</style>
border-color css
<style>
span { border-color: #BBFFD1; }
span { border-color: rgb(187,255,209); }
td.TdClassName
{
border-color: #BBFFD1;
}
.TagClassName
{
border-color: #BBFFD1;
}
</style>