Shades of Granny Apple #BBE8CB
Tints of Granny Apple #BBE8CB
RGB
CMYK
RGB Variations
Color information
#BBE8CB (or 0xBBE8CB) is known color: Granny Apple. HEX triplet: BB, E8 and CB. RGB value is (187,232,203). Sum of RGB (Red+Green+Blue) = 187+232+203=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8CB is #441734. Grayscale: #D7D7D7. Windows color (decimal): -4462389 or 13363387. OLE color: 13363387.
HSL color Cylindrical-coordinate representation of color #BBE8CB: hue angle of 141.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8CB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 203 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.09 |
| HSL | 141.33º | 0.49% | 0.82% | - |
| HSV(B) | 141.33º | 0.19% | 0.91% | - |
| XYZ | 60.13 | 72.59 | 67.34 | - |
| YUV | 215.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 203 | 0.19 | 0 | 0.12 | 0.09 | 141.33 | 0.49 | 0.82 |
| Hex | BB | E8 | CB | 13 | 0 | C | 9 | 8D | 31 | 52 |
| Octal | 273 | 350 | 313 | 23 | 0 | 14 | 11 | 215 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11001011 | 10011 | 0 | 1100 | 1001 | 10001101 | 110001 | 1010010 |
Color Harmonies of #BBE8CB
Complementary color
Monochromatic Colors of #BBE8CB
Black with #BBE8CB
Text Example
Text Example
White with #BBE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8CB; }
p { color: rgb(187,232,203); }
H1.HeaderClassName
{
color: #BBE8CB;
}
.AnyTagClassName
{
color: #BBE8CB;
}
</style>
background-color css
<style>
a { background-color: #BBE8CB; }
a { background-color: rgb(187,232,203); }
div.DivClassName
{
background-color: #BBE8CB;
}
.BgClassName
{
background-color: #BBE8CB;
}
</style>
border-color css
<style>
span { border-color: #BBE8CB; }
span { border-color: rgb(187,232,203); }
td.TdClassName
{
border-color: #BBE8CB;
}
.TagClassName
{
border-color: #BBE8CB;
}
</style>