Shades of Granny Apple #BBDFC8
Tints of Granny Apple #BBDFC8
RGB
CMYK
RGB Variations
Color information
#BBDFC8 (or 0xBBDFC8) is known color: Granny Apple. HEX triplet: BB, DF and C8. RGB value is (187,223,200). Sum of RGB (Red+Green+Blue) = 187+223+200=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC8 is #442037. Grayscale: #D1D1D1. Windows color (decimal): -4464696 or 13164475. OLE color: 13164475.
HSL color Cylindrical-coordinate representation of color #BBDFC8: hue angle of 141.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 200 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 141.67º | 0.36% | 0.8% | - |
| HSV(B) | 141.67º | 0.16% | 0.87% | - |
| XYZ | 57.31 | 67.51 | 64.65 | - |
| YUV | 209.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 200 | 0.16 | 0 | 0.10 | 0.13 | 141.67 | 0.36 | 0.8 |
| Hex | BB | DF | C8 | 10 | 0 | A | D | 8E | 24 | 50 |
| Octal | 273 | 337 | 310 | 20 | 0 | 12 | 15 | 216 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11001000 | 10000 | 0 | 1010 | 1101 | 10001110 | 100100 | 1010000 |
Color Harmonies of #BBDFC8
Complementary color
Monochromatic Colors of #BBDFC8
Black with #BBDFC8
Text Example
Text Example
White with #BBDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFC8; }
p { color: rgb(187,223,200); }
H1.HeaderClassName
{
color: #BBDFC8;
}
.AnyTagClassName
{
color: #BBDFC8;
}
</style>
background-color css
<style>
a { background-color: #BBDFC8; }
a { background-color: rgb(187,223,200); }
div.DivClassName
{
background-color: #BBDFC8;
}
.BgClassName
{
background-color: #BBDFC8;
}
</style>
border-color css
<style>
span { border-color: #BBDFC8; }
span { border-color: rgb(187,223,200); }
td.TdClassName
{
border-color: #BBDFC8;
}
.TagClassName
{
border-color: #BBDFC8;
}
</style>