Shades of Granny Apple #BBEAC9
Tints of Granny Apple #BBEAC9
RGB
CMYK
RGB Variations
Color information
#BBEAC9 (or 0xBBEAC9) is known color: Granny Apple. HEX triplet: BB, EA and C9. RGB value is (187,234,201). Sum of RGB (Red+Green+Blue) = 187+234+201=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC9 is #441536. Grayscale: #D8D8D8. Windows color (decimal): -4461879 or 13232827. OLE color: 13232827.
HSL color Cylindrical-coordinate representation of color #BBEAC9: hue angle of 137.87º degrees, saturation: 0.53, 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 #BBEAC9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 201 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.08 |
| HSL | 137.87º | 0.53% | 0.83% | - |
| HSV(B) | 137.87º | 0.2% | 0.92% | - |
| XYZ | 60.46 | 73.63 | 66.28 | - |
| YUV | 216.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 201 | 0.20 | 0 | 0.14 | 0.08 | 137.87 | 0.53 | 0.83 |
| Hex | BB | EA | C9 | 14 | 0 | E | 8 | 8A | 35 | 53 |
| Octal | 273 | 352 | 311 | 24 | 0 | 16 | 10 | 212 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11001001 | 10100 | 0 | 1110 | 1000 | 10001010 | 110101 | 1010011 |
Color Harmonies of #BBEAC9
Complementary color
Monochromatic Colors of #BBEAC9
Black with #BBEAC9
Text Example
Text Example
White with #BBEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAC9; }
p { color: rgb(187,234,201); }
H1.HeaderClassName
{
color: #BBEAC9;
}
.AnyTagClassName
{
color: #BBEAC9;
}
</style>
background-color css
<style>
a { background-color: #BBEAC9; }
a { background-color: rgb(187,234,201); }
div.DivClassName
{
background-color: #BBEAC9;
}
.BgClassName
{
background-color: #BBEAC9;
}
</style>
border-color css
<style>
span { border-color: #BBEAC9; }
span { border-color: rgb(187,234,201); }
td.TdClassName
{
border-color: #BBEAC9;
}
.TagClassName
{
border-color: #BBEAC9;
}
</style>