Shades of Granny Apple #BBEFC5
Tints of Granny Apple #BBEFC5
RGB
CMYK
RGB Variations
Color information
#BBEFC5 (or 0xBBEFC5) is known color: Granny Apple. HEX triplet: BB, EF and C5. RGB value is (187,239,197). Sum of RGB (Red+Green+Blue) = 187+239+197=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC5 is #44103A. Grayscale: #DADADA. Windows color (decimal): -4460603 or 12971963. OLE color: 12971963.
HSL color Cylindrical-coordinate representation of color #BBEFC5: hue angle of 131.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFC5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 197 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.06 |
| HSL | 131.54º | 0.62% | 0.84% | - |
| HSV(B) | 131.54º | 0.22% | 0.94% | - |
| XYZ | 61.44 | 76.33 | 64.32 | - |
| YUV | 218.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 197 | 0.22 | 0 | 0.18 | 0.06 | 131.54 | 0.62 | 0.84 |
| Hex | BB | EF | C5 | 16 | 0 | 12 | 6 | 84 | 3E | 54 |
| Octal | 273 | 357 | 305 | 26 | 0 | 22 | 6 | 204 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11000101 | 10110 | 0 | 10010 | 110 | 10000100 | 111110 | 1010100 |
Color Harmonies of #BBEFC5
Complementary color
Monochromatic Colors of #BBEFC5
Black with #BBEFC5
Text Example
Text Example
White with #BBEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFC5; }
p { color: rgb(187,239,197); }
H1.HeaderClassName
{
color: #BBEFC5;
}
.AnyTagClassName
{
color: #BBEFC5;
}
</style>
background-color css
<style>
a { background-color: #BBEFC5; }
a { background-color: rgb(187,239,197); }
div.DivClassName
{
background-color: #BBEFC5;
}
.BgClassName
{
background-color: #BBEFC5;
}
</style>
border-color css
<style>
span { border-color: #BBEFC5; }
span { border-color: rgb(187,239,197); }
td.TdClassName
{
border-color: #BBEFC5;
}
.TagClassName
{
border-color: #BBEFC5;
}
</style>