Shades of Granny Apple #BBEDCC
Tints of Granny Apple #BBEDCC
RGB
CMYK
RGB Variations
Color information
#BBEDCC (or 0xBBEDCC) is known color: Granny Apple. HEX triplet: BB, ED and CC. RGB value is (187,237,204). Sum of RGB (Red+Green+Blue) = 187+237+204=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCC is #441233. Grayscale: #DADADA. Windows color (decimal): -4461108 or 13430203. OLE color: 13430203.
HSL color Cylindrical-coordinate representation of color #BBEDCC: hue angle of 140.4º 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 #BBEDCC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 204 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.07 |
| HSL | 140.4º | 0.58% | 0.83% | - |
| HSV(B) | 140.4º | 0.21% | 0.93% | - |
| XYZ | 61.68 | 75.49 | 68.45 | - |
| YUV | 218.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 204 | 0.21 | 0 | 0.14 | 0.07 | 140.4 | 0.58 | 0.83 |
| Hex | BB | ED | CC | 15 | 0 | E | 7 | 8C | 3A | 53 |
| Octal | 273 | 355 | 314 | 25 | 0 | 16 | 7 | 214 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11001100 | 10101 | 0 | 1110 | 111 | 10001100 | 111010 | 1010011 |
Color Harmonies of #BBEDCC
Complementary color
Monochromatic Colors of #BBEDCC
Black with #BBEDCC
Text Example
Text Example
White with #BBEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDCC; }
p { color: rgb(187,237,204); }
H1.HeaderClassName
{
color: #BBEDCC;
}
.AnyTagClassName
{
color: #BBEDCC;
}
</style>
background-color css
<style>
a { background-color: #BBEDCC; }
a { background-color: rgb(187,237,204); }
div.DivClassName
{
background-color: #BBEDCC;
}
.BgClassName
{
background-color: #BBEDCC;
}
</style>
border-color css
<style>
span { border-color: #BBEDCC; }
span { border-color: rgb(187,237,204); }
td.TdClassName
{
border-color: #BBEDCC;
}
.TagClassName
{
border-color: #BBEDCC;
}
</style>