Shades of Granny Apple #BBE5CB
Tints of Granny Apple #BBE5CB
RGB
CMYK
RGB Variations
Color information
#BBE5CB (or 0xBBE5CB) is known color: Granny Apple. HEX triplet: BB, E5 and CB. RGB value is (187,229,203). Sum of RGB (Red+Green+Blue) = 187+229+203=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5CB is #441A34. Grayscale: #D5D5D5. Windows color (decimal): -4463157 or 13362619. OLE color: 13362619.
HSL color Cylindrical-coordinate representation of color #BBE5CB: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 203 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.10 |
| HSL | 142.86º | 0.45% | 0.82% | - |
| HSV(B) | 142.86º | 0.18% | 0.9% | - |
| XYZ | 59.29 | 70.92 | 67.06 | - |
| YUV | 213.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 203 | 0.18 | 0 | 0.11 | 0.10 | 142.86 | 0.45 | 0.82 |
| Hex | BB | E5 | CB | 12 | 0 | B | A | 8F | 2D | 52 |
| Octal | 273 | 345 | 313 | 22 | 0 | 13 | 12 | 217 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11001011 | 10010 | 0 | 1011 | 1010 | 10001111 | 101101 | 1010010 |
Color Harmonies of #BBE5CB
Complementary color
Monochromatic Colors of #BBE5CB
Black with #BBE5CB
Text Example
Text Example
White with #BBE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5CB; }
p { color: rgb(187,229,203); }
H1.HeaderClassName
{
color: #BBE5CB;
}
.AnyTagClassName
{
color: #BBE5CB;
}
</style>
background-color css
<style>
a { background-color: #BBE5CB; }
a { background-color: rgb(187,229,203); }
div.DivClassName
{
background-color: #BBE5CB;
}
.BgClassName
{
background-color: #BBE5CB;
}
</style>
border-color css
<style>
span { border-color: #BBE5CB; }
span { border-color: rgb(187,229,203); }
td.TdClassName
{
border-color: #BBE5CB;
}
.TagClassName
{
border-color: #BBE5CB;
}
</style>