Shades of Granny Apple #BDFEC7
Tints of Granny Apple #BDFEC7
RGB
CMYK
RGB Variations
Color information
#BDFEC7 (or 0xBDFEC7) is known color: Granny Apple. HEX triplet: BD, FE and C7. RGB value is (189,254,199). Sum of RGB (Red+Green+Blue) = 189+254+199=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC7 is #420138. Grayscale: #E4E4E4. Windows color (decimal): -4325689 or 13106877. OLE color: 13106877.
HSL color Cylindrical-coordinate representation of color #BDFEC7: hue angle of 129.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEC7 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 199 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.00 |
| HSL | 129.23º | 0.97% | 0.87% | - |
| HSV(B) | 129.23º | 0.26% | 1% | - |
| XYZ | 66.74 | 85.83 | 67.08 | - |
| YUV | 228.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 199 | 0.26 | 0 | 0.22 | 0.00 | 129.23 | 0.97 | 0.87 |
| Hex | BD | FE | C7 | 1A | 0 | 16 | 0 | 81 | 61 | 57 |
| Octal | 275 | 376 | 307 | 32 | 0 | 26 | 0 | 201 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11000111 | 11010 | 0 | 10110 | 0 | 10000001 | 1100001 | 1010111 |
Color Harmonies of #BDFEC7
Complementary color
Monochromatic Colors of #BDFEC7
Black with #BDFEC7
Text Example
Text Example
White with #BDFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEC7; }
p { color: rgb(189,254,199); }
H1.HeaderClassName
{
color: #BDFEC7;
}
.AnyTagClassName
{
color: #BDFEC7;
}
</style>
background-color css
<style>
a { background-color: #BDFEC7; }
a { background-color: rgb(189,254,199); }
div.DivClassName
{
background-color: #BDFEC7;
}
.BgClassName
{
background-color: #BDFEC7;
}
</style>
border-color css
<style>
span { border-color: #BDFEC7; }
span { border-color: rgb(189,254,199); }
td.TdClassName
{
border-color: #BDFEC7;
}
.TagClassName
{
border-color: #BDFEC7;
}
</style>