Shades of Granny Apple #BBEACA
Tints of Granny Apple #BBEACA
RGB
CMYK
RGB Variations
Color information
#BBEACA (or 0xBBEACA) is known color: Granny Apple. HEX triplet: BB, EA and CA. RGB value is (187,234,202). Sum of RGB (Red+Green+Blue) = 187+234+202=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACA is #441535. Grayscale: #D8D8D8. Windows color (decimal): -4461878 or 13298363. OLE color: 13298363.
HSL color Cylindrical-coordinate representation of color #BBEACA: hue angle of 139.15º 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 #BBEACA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 202 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.08 |
| HSL | 139.15º | 0.53% | 0.83% | - |
| HSV(B) | 139.15º | 0.2% | 0.92% | - |
| XYZ | 60.58 | 73.67 | 66.91 | - |
| YUV | 216.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 202 | 0.20 | 0 | 0.14 | 0.08 | 139.15 | 0.53 | 0.83 |
| Hex | BB | EA | CA | 14 | 0 | E | 8 | 8B | 35 | 53 |
| Octal | 273 | 352 | 312 | 24 | 0 | 16 | 10 | 213 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11001010 | 10100 | 0 | 1110 | 1000 | 10001011 | 110101 | 1010011 |
Color Harmonies of #BBEACA
Complementary color
Monochromatic Colors of #BBEACA
Black with #BBEACA
Text Example
Text Example
White with #BBEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEACA; }
p { color: rgb(187,234,202); }
H1.HeaderClassName
{
color: #BBEACA;
}
.AnyTagClassName
{
color: #BBEACA;
}
</style>
background-color css
<style>
a { background-color: #BBEACA; }
a { background-color: rgb(187,234,202); }
div.DivClassName
{
background-color: #BBEACA;
}
.BgClassName
{
background-color: #BBEACA;
}
</style>
border-color css
<style>
span { border-color: #BBEACA; }
span { border-color: rgb(187,234,202); }
td.TdClassName
{
border-color: #BBEACA;
}
.TagClassName
{
border-color: #BBEACA;
}
</style>