Shades of Granny Apple #BBEECD
Tints of Granny Apple #BBEECD
RGB
CMYK
RGB Variations
Color information
#BBEECD (or 0xBBEECD) is known color: Granny Apple. HEX triplet: BB, EE and CD. RGB value is (187,238,205). Sum of RGB (Red+Green+Blue) = 187+238+205=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEECD is #441132. Grayscale: #DBDBDB. Windows color (decimal): -4460851 or 13495995. OLE color: 13495995.
HSL color Cylindrical-coordinate representation of color #BBEECD: hue angle of 141.18º degrees, saturation: 0.6, 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 #BBEECD is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 205 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.07 |
| HSL | 141.18º | 0.6% | 0.83% | - |
| HSV(B) | 141.18º | 0.21% | 0.93% | - |
| XYZ | 62.09 | 76.12 | 69.18 | - |
| YUV | 218.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 205 | 0.21 | 0 | 0.14 | 0.07 | 141.18 | 0.6 | 0.83 |
| Hex | BB | EE | CD | 15 | 0 | E | 7 | 8D | 3C | 53 |
| Octal | 273 | 356 | 315 | 25 | 0 | 16 | 7 | 215 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11001101 | 10101 | 0 | 1110 | 111 | 10001101 | 111100 | 1010011 |
Color Harmonies of #BBEECD
Complementary color
Monochromatic Colors of #BBEECD
Black with #BBEECD
Text Example
Text Example
White with #BBEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEECD; }
p { color: rgb(187,238,205); }
H1.HeaderClassName
{
color: #BBEECD;
}
.AnyTagClassName
{
color: #BBEECD;
}
</style>
background-color css
<style>
a { background-color: #BBEECD; }
a { background-color: rgb(187,238,205); }
div.DivClassName
{
background-color: #BBEECD;
}
.BgClassName
{
background-color: #BBEECD;
}
</style>
border-color css
<style>
span { border-color: #BBEECD; }
span { border-color: rgb(187,238,205); }
td.TdClassName
{
border-color: #BBEECD;
}
.TagClassName
{
border-color: #BBEECD;
}
</style>