Shades of Granny Apple #BBDDC8
Tints of Granny Apple #BBDDC8
RGB
CMYK
RGB Variations
Color information
#BBDDC8 (or 0xBBDDC8) is known color: Granny Apple. HEX triplet: BB, DD and C8. RGB value is (187,221,200). Sum of RGB (Red+Green+Blue) = 187+221+200=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC8 is #442237. Grayscale: #D0D0D0. Windows color (decimal): -4465208 or 13163963. OLE color: 13163963.
HSL color Cylindrical-coordinate representation of color #BBDDC8: hue angle of 142.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDC8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 200 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.13 |
| HSL | 142.94º | 0.33% | 0.8% | - |
| HSV(B) | 142.94º | 0.15% | 0.87% | - |
| XYZ | 56.78 | 66.45 | 64.48 | - |
| YUV | 208.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 200 | 0.15 | 0 | 0.10 | 0.13 | 142.94 | 0.33 | 0.8 |
| Hex | BB | DD | C8 | F | 0 | A | D | 8F | 21 | 50 |
| Octal | 273 | 335 | 310 | 17 | 0 | 12 | 15 | 217 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11001000 | 1111 | 0 | 1010 | 1101 | 10001111 | 100001 | 1010000 |
Color Harmonies of #BBDDC8
Complementary color
Monochromatic Colors of #BBDDC8
Black with #BBDDC8
Text Example
Text Example
White with #BBDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDC8; }
p { color: rgb(187,221,200); }
H1.HeaderClassName
{
color: #BBDDC8;
}
.AnyTagClassName
{
color: #BBDDC8;
}
</style>
background-color css
<style>
a { background-color: #BBDDC8; }
a { background-color: rgb(187,221,200); }
div.DivClassName
{
background-color: #BBDDC8;
}
.BgClassName
{
background-color: #BBDDC8;
}
</style>
border-color css
<style>
span { border-color: #BBDDC8; }
span { border-color: rgb(187,221,200); }
td.TdClassName
{
border-color: #BBDDC8;
}
.TagClassName
{
border-color: #BBDDC8;
}
</style>