Shades of Granny Apple #BBEBC4
Tints of Granny Apple #BBEBC4
RGB
CMYK
RGB Variations
Color information
#BBEBC4 (or 0xBBEBC4) is known color: Granny Apple. HEX triplet: BB, EB and C4. RGB value is (187,235,196). Sum of RGB (Red+Green+Blue) = 187+235+196=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC4 is #44143B. Grayscale: #D8D8D8. Windows color (decimal): -4461628 or 12905403. OLE color: 12905403.
HSL color Cylindrical-coordinate representation of color #BBEBC4: hue angle of 131.25º degrees, saturation: 0.55, 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 #BBEBC4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 196 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.08 |
| HSL | 131.25º | 0.55% | 0.83% | - |
| HSV(B) | 131.25º | 0.2% | 0.92% | - |
| XYZ | 60.17 | 73.97 | 63.33 | - |
| YUV | 216.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 196 | 0.20 | 0 | 0.17 | 0.08 | 131.25 | 0.55 | 0.83 |
| Hex | BB | EB | C4 | 14 | 0 | 11 | 8 | 83 | 37 | 53 |
| Octal | 273 | 353 | 304 | 24 | 0 | 21 | 10 | 203 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11000100 | 10100 | 0 | 10001 | 1000 | 10000011 | 110111 | 1010011 |
Color Harmonies of #BBEBC4
Complementary color
Monochromatic Colors of #BBEBC4
Black with #BBEBC4
Text Example
Text Example
White with #BBEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBC4; }
p { color: rgb(187,235,196); }
H1.HeaderClassName
{
color: #BBEBC4;
}
.AnyTagClassName
{
color: #BBEBC4;
}
</style>
background-color css
<style>
a { background-color: #BBEBC4; }
a { background-color: rgb(187,235,196); }
div.DivClassName
{
background-color: #BBEBC4;
}
.BgClassName
{
background-color: #BBEBC4;
}
</style>
border-color css
<style>
span { border-color: #BBEBC4; }
span { border-color: rgb(187,235,196); }
td.TdClassName
{
border-color: #BBEBC4;
}
.TagClassName
{
border-color: #BBEBC4;
}
</style>