Shades of Granny Apple #BBEBCD
Tints of Granny Apple #BBEBCD
RGB
CMYK
RGB Variations
Color information
#BBEBCD (or 0xBBEBCD) is known color: Granny Apple. HEX triplet: BB, EB and CD. RGB value is (187,235,205). Sum of RGB (Red+Green+Blue) = 187+235+205=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCD is #441432. Grayscale: #D9D9D9. Windows color (decimal): -4461619 or 13495227. OLE color: 13495227.
HSL color Cylindrical-coordinate representation of color #BBEBCD: hue angle of 142.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBCD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 205 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.08 |
| HSL | 142.5º | 0.55% | 0.83% | - |
| HSV(B) | 142.5º | 0.2% | 0.92% | - |
| XYZ | 61.22 | 74.39 | 68.89 | - |
| YUV | 217.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 205 | 0.20 | 0 | 0.13 | 0.08 | 142.5 | 0.55 | 0.83 |
| Hex | BB | EB | CD | 14 | 0 | D | 8 | 8E | 37 | 53 |
| Octal | 273 | 353 | 315 | 24 | 0 | 15 | 10 | 216 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11001101 | 10100 | 0 | 1101 | 1000 | 10001110 | 110111 | 1010011 |
Color Harmonies of #BBEBCD
Complementary color
Monochromatic Colors of #BBEBCD
Black with #BBEBCD
Text Example
Text Example
White with #BBEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBCD; }
p { color: rgb(187,235,205); }
H1.HeaderClassName
{
color: #BBEBCD;
}
.AnyTagClassName
{
color: #BBEBCD;
}
</style>
background-color css
<style>
a { background-color: #BBEBCD; }
a { background-color: rgb(187,235,205); }
div.DivClassName
{
background-color: #BBEBCD;
}
.BgClassName
{
background-color: #BBEBCD;
}
</style>
border-color css
<style>
span { border-color: #BBEBCD; }
span { border-color: rgb(187,235,205); }
td.TdClassName
{
border-color: #BBEBCD;
}
.TagClassName
{
border-color: #BBEBCD;
}
</style>