Shades of Granny Apple #BFEECD
Tints of Granny Apple #BFEECD
RGB
CMYK
RGB Variations
Color information
#BFEECD (or 0xBFEECD) is known color: Granny Apple. HEX triplet: BF, EE and CD. RGB value is (191,238,205). Sum of RGB (Red+Green+Blue) = 191+238+205=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECD is #401132. Grayscale: #DCDCDC. Windows color (decimal): -4198707 or 13495999. OLE color: 13495999.
HSL color Cylindrical-coordinate representation of color #BFEECD: hue angle of 137.87º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEECD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 205 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.07 |
| HSL | 137.87º | 0.58% | 0.84% | - |
| HSV(B) | 137.87º | 0.2% | 0.93% | - |
| XYZ | 63.08 | 76.63 | 69.22 | - |
| YUV | 220.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 205 | 0.20 | 0 | 0.14 | 0.07 | 137.87 | 0.58 | 0.84 |
| Hex | BF | EE | CD | 14 | 0 | E | 7 | 8A | 3A | 54 |
| Octal | 277 | 356 | 315 | 24 | 0 | 16 | 7 | 212 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11001101 | 10100 | 0 | 1110 | 111 | 10001010 | 111010 | 1010100 |
Color Harmonies of #BFEECD
Complementary color
Monochromatic Colors of #BFEECD
Black with #BFEECD
Text Example
Text Example
White with #BFEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEECD; }
p { color: rgb(191,238,205); }
H1.HeaderClassName
{
color: #BFEECD;
}
.AnyTagClassName
{
color: #BFEECD;
}
</style>
background-color css
<style>
a { background-color: #BFEECD; }
a { background-color: rgb(191,238,205); }
div.DivClassName
{
background-color: #BFEECD;
}
.BgClassName
{
background-color: #BFEECD;
}
</style>
border-color css
<style>
span { border-color: #BFEECD; }
span { border-color: rgb(191,238,205); }
td.TdClassName
{
border-color: #BFEECD;
}
.TagClassName
{
border-color: #BFEECD;
}
</style>