Shades of Granny Apple #BBE7C8
Tints of Granny Apple #BBE7C8
RGB
CMYK
RGB Variations
Color information
#BBE7C8 (or 0xBBE7C8) is known color: Granny Apple. HEX triplet: BB, E7 and C8. RGB value is (187,231,200). Sum of RGB (Red+Green+Blue) = 187+231+200=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7C8 is #441837. Grayscale: #D6D6D6. Windows color (decimal): -4462648 or 13166523. OLE color: 13166523.
HSL color Cylindrical-coordinate representation of color #BBE7C8: hue angle of 137.73º degrees, saturation: 0.48, 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 #BBE7C8 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 200 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.09 |
| HSL | 137.73º | 0.48% | 0.82% | - |
| HSV(B) | 137.73º | 0.19% | 0.91% | - |
| XYZ | 59.49 | 71.89 | 65.38 | - |
| YUV | 214.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 200 | 0.19 | 0 | 0.13 | 0.09 | 137.73 | 0.48 | 0.82 |
| Hex | BB | E7 | C8 | 13 | 0 | D | 9 | 8A | 30 | 52 |
| Octal | 273 | 347 | 310 | 23 | 0 | 15 | 11 | 212 | 60 | 122 |
| Binary | 10111011 | 11100111 | 11001000 | 10011 | 0 | 1101 | 1001 | 10001010 | 110000 | 1010010 |
Color Harmonies of #BBE7C8
Complementary color
Monochromatic Colors of #BBE7C8
Black with #BBE7C8
Text Example
Text Example
White with #BBE7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7C8; }
p { color: rgb(187,231,200); }
H1.HeaderClassName
{
color: #BBE7C8;
}
.AnyTagClassName
{
color: #BBE7C8;
}
</style>
background-color css
<style>
a { background-color: #BBE7C8; }
a { background-color: rgb(187,231,200); }
div.DivClassName
{
background-color: #BBE7C8;
}
.BgClassName
{
background-color: #BBE7C8;
}
</style>
border-color css
<style>
span { border-color: #BBE7C8; }
span { border-color: rgb(187,231,200); }
td.TdClassName
{
border-color: #BBE7C8;
}
.TagClassName
{
border-color: #BBE7C8;
}
</style>