Shades of Granny Apple #BBEDCA
Tints of Granny Apple #BBEDCA
RGB
CMYK
RGB Variations
Color information
#BBEDCA (or 0xBBEDCA) is known color: Granny Apple. HEX triplet: BB, ED and CA. RGB value is (187,237,202). Sum of RGB (Red+Green+Blue) = 187+237+202=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCA is #441235. Grayscale: #DADADA. Windows color (decimal): -4461110 or 13299131. OLE color: 13299131.
HSL color Cylindrical-coordinate representation of color #BBEDCA: hue angle of 138º degrees, saturation: 0.58, 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 #BBEDCA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 202 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.07 |
| HSL | 138º | 0.58% | 0.83% | - |
| HSV(B) | 138º | 0.21% | 0.93% | - |
| XYZ | 61.44 | 75.4 | 67.19 | - |
| YUV | 218.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 202 | 0.21 | 0 | 0.15 | 0.07 | 138 | 0.58 | 0.83 |
| Hex | BB | ED | CA | 15 | 0 | F | 7 | 8A | 3A | 53 |
| Octal | 273 | 355 | 312 | 25 | 0 | 17 | 7 | 212 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11001010 | 10101 | 0 | 1111 | 111 | 10001010 | 111010 | 1010011 |
Color Harmonies of #BBEDCA
Complementary color
Monochromatic Colors of #BBEDCA
Black with #BBEDCA
Text Example
Text Example
White with #BBEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDCA; }
p { color: rgb(187,237,202); }
H1.HeaderClassName
{
color: #BBEDCA;
}
.AnyTagClassName
{
color: #BBEDCA;
}
</style>
background-color css
<style>
a { background-color: #BBEDCA; }
a { background-color: rgb(187,237,202); }
div.DivClassName
{
background-color: #BBEDCA;
}
.BgClassName
{
background-color: #BBEDCA;
}
</style>
border-color css
<style>
span { border-color: #BBEDCA; }
span { border-color: rgb(187,237,202); }
td.TdClassName
{
border-color: #BBEDCA;
}
.TagClassName
{
border-color: #BBEDCA;
}
</style>