Shades of Granny Apple #BBEBC9
Tints of Granny Apple #BBEBC9
RGB
CMYK
RGB Variations
Color information
#BBEBC9 (or 0xBBEBC9) is known color: Granny Apple. HEX triplet: BB, EB and C9. RGB value is (187,235,201). Sum of RGB (Red+Green+Blue) = 187+235+201=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC9 is #441436. Grayscale: #D8D8D8. Windows color (decimal): -4461623 or 13233083. OLE color: 13233083.
HSL color Cylindrical-coordinate representation of color #BBEBC9: hue angle of 137.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 #BBEBC9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 201 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.08 |
| HSL | 137.5º | 0.55% | 0.83% | - |
| HSV(B) | 137.5º | 0.2% | 0.92% | - |
| XYZ | 60.74 | 74.2 | 66.38 | - |
| YUV | 216.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 201 | 0.20 | 0 | 0.14 | 0.08 | 137.5 | 0.55 | 0.83 |
| Hex | BB | EB | C9 | 14 | 0 | E | 8 | 8A | 37 | 53 |
| Octal | 273 | 353 | 311 | 24 | 0 | 16 | 10 | 212 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11001001 | 10100 | 0 | 1110 | 1000 | 10001010 | 110111 | 1010011 |
Color Harmonies of #BBEBC9
Complementary color
Monochromatic Colors of #BBEBC9
Black with #BBEBC9
Text Example
Text Example
White with #BBEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBC9; }
p { color: rgb(187,235,201); }
H1.HeaderClassName
{
color: #BBEBC9;
}
.AnyTagClassName
{
color: #BBEBC9;
}
</style>
background-color css
<style>
a { background-color: #BBEBC9; }
a { background-color: rgb(187,235,201); }
div.DivClassName
{
background-color: #BBEBC9;
}
.BgClassName
{
background-color: #BBEBC9;
}
</style>
border-color css
<style>
span { border-color: #BBEBC9; }
span { border-color: rgb(187,235,201); }
td.TdClassName
{
border-color: #BBEBC9;
}
.TagClassName
{
border-color: #BBEBC9;
}
</style>