Shades of Granny Apple #BBEACC
Tints of Granny Apple #BBEACC
RGB
CMYK
RGB Variations
Color information
#BBEACC (or 0xBBEACC) is known color: Granny Apple. HEX triplet: BB, EA and CC. RGB value is (187,234,204). Sum of RGB (Red+Green+Blue) = 187+234+204=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACC is #441533. Grayscale: #D8D8D8. Windows color (decimal): -4461876 or 13429435. OLE color: 13429435.
HSL color Cylindrical-coordinate representation of color #BBEACC: hue angle of 141.7º 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 #BBEACC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 204 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.08 |
| HSL | 141.7º | 0.53% | 0.83% | - |
| HSV(B) | 141.7º | 0.2% | 0.92% | - |
| XYZ | 60.82 | 73.77 | 68.16 | - |
| YUV | 216.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 204 | 0.20 | 0 | 0.13 | 0.08 | 141.7 | 0.53 | 0.83 |
| Hex | BB | EA | CC | 14 | 0 | D | 8 | 8E | 35 | 53 |
| Octal | 273 | 352 | 314 | 24 | 0 | 15 | 10 | 216 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11001100 | 10100 | 0 | 1101 | 1000 | 10001110 | 110101 | 1010011 |
Color Harmonies of #BBEACC
Complementary color
Monochromatic Colors of #BBEACC
Black with #BBEACC
Text Example
Text Example
White with #BBEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEACC; }
p { color: rgb(187,234,204); }
H1.HeaderClassName
{
color: #BBEACC;
}
.AnyTagClassName
{
color: #BBEACC;
}
</style>
background-color css
<style>
a { background-color: #BBEACC; }
a { background-color: rgb(187,234,204); }
div.DivClassName
{
background-color: #BBEACC;
}
.BgClassName
{
background-color: #BBEACC;
}
</style>
border-color css
<style>
span { border-color: #BBEACC; }
span { border-color: rgb(187,234,204); }
td.TdClassName
{
border-color: #BBEACC;
}
.TagClassName
{
border-color: #BBEACC;
}
</style>