Shades of Granny Apple #BBEECA
Tints of Granny Apple #BBEECA
RGB
CMYK
RGB Variations
Color information
#BBEECA (or 0xBBEECA) is known color: Granny Apple. HEX triplet: BB, EE and CA. RGB value is (187,238,202). Sum of RGB (Red+Green+Blue) = 187+238+202=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEECA is #441135. Grayscale: #DADADA. Windows color (decimal): -4460854 or 13299387. OLE color: 13299387.
HSL color Cylindrical-coordinate representation of color #BBEECA: hue angle of 137.65º 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 #BBEECA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 202 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 137.65º | 0.6% | 0.83% | - |
| HSV(B) | 137.65º | 0.21% | 0.93% | - |
| XYZ | 61.73 | 75.98 | 67.29 | - |
| YUV | 218.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 202 | 0.21 | 0 | 0.15 | 0.07 | 137.65 | 0.6 | 0.83 |
| Hex | BB | EE | CA | 15 | 0 | F | 7 | 8A | 3C | 53 |
| Octal | 273 | 356 | 312 | 25 | 0 | 17 | 7 | 212 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11001010 | 10101 | 0 | 1111 | 111 | 10001010 | 111100 | 1010011 |
Color Harmonies of #BBEECA
Complementary color
Monochromatic Colors of #BBEECA
Black with #BBEECA
Text Example
Text Example
White with #BBEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEECA; }
p { color: rgb(187,238,202); }
H1.HeaderClassName
{
color: #BBEECA;
}
.AnyTagClassName
{
color: #BBEECA;
}
</style>
background-color css
<style>
a { background-color: #BBEECA; }
a { background-color: rgb(187,238,202); }
div.DivClassName
{
background-color: #BBEECA;
}
.BgClassName
{
background-color: #BBEECA;
}
</style>
border-color css
<style>
span { border-color: #BBEECA; }
span { border-color: rgb(187,238,202); }
td.TdClassName
{
border-color: #BBEECA;
}
.TagClassName
{
border-color: #BBEECA;
}
</style>