Shades of Granny Apple #BBEDC5
Tints of Granny Apple #BBEDC5
RGB
CMYK
RGB Variations
Color information
#BBEDC5 (or 0xBBEDC5) is known color: Granny Apple. HEX triplet: BB, ED and C5. RGB value is (187,237,197). Sum of RGB (Red+Green+Blue) = 187+237+197=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC5 is #44123A. Grayscale: #D9D9D9. Windows color (decimal): -4461115 or 12971451. OLE color: 12971451.
HSL color Cylindrical-coordinate representation of color #BBEDC5: hue angle of 132º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 197 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.07 |
| HSL | 132º | 0.58% | 0.83% | - |
| HSV(B) | 132º | 0.21% | 0.93% | - |
| XYZ | 60.86 | 75.16 | 64.12 | - |
| YUV | 217.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 197 | 0.21 | 0 | 0.17 | 0.07 | 132 | 0.58 | 0.83 |
| Hex | BB | ED | C5 | 15 | 0 | 11 | 7 | 84 | 3A | 53 |
| Octal | 273 | 355 | 305 | 25 | 0 | 21 | 7 | 204 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11000101 | 10101 | 0 | 10001 | 111 | 10000100 | 111010 | 1010011 |
Color Harmonies of #BBEDC5
Complementary color
Monochromatic Colors of #BBEDC5
Black with #BBEDC5
Text Example
Text Example
White with #BBEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDC5; }
p { color: rgb(187,237,197); }
H1.HeaderClassName
{
color: #BBEDC5;
}
.AnyTagClassName
{
color: #BBEDC5;
}
</style>
background-color css
<style>
a { background-color: #BBEDC5; }
a { background-color: rgb(187,237,197); }
div.DivClassName
{
background-color: #BBEDC5;
}
.BgClassName
{
background-color: #BBEDC5;
}
</style>
border-color css
<style>
span { border-color: #BBEDC5; }
span { border-color: rgb(187,237,197); }
td.TdClassName
{
border-color: #BBEDC5;
}
.TagClassName
{
border-color: #BBEDC5;
}
</style>