Shades of Granny Apple #BDFFC7
Tints of Granny Apple #BDFFC7
RGB
CMYK
RGB Variations
Color information
#BDFFC7 (or 0xBDFFC7) is known color: Granny Apple. HEX triplet: BD, FF and C7. RGB value is (189,255,199). Sum of RGB (Red+Green+Blue) = 189+255+199=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC7 is #420038. Grayscale: #E5E5E5. Windows color (decimal): -4325433 or 13107133. OLE color: 13107133.
HSL color Cylindrical-coordinate representation of color #BDFFC7: hue angle of 129.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFC7 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 199 | - |
| CMYK | 0.26 | 0 | 0.22 | 0 |
| HSL | 129.09º | 1% | 0.87% | - |
| HSV(B) | 129.09º | 0.26% | 1% | - |
| XYZ | 67.06 | 86.46 | 67.19 | - |
| YUV | 228.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 199 | 0.26 | 0 | 0.22 | 0 | 129.09 | 1 | 0.87 |
| Hex | BD | FF | C7 | 1A | 0 | 16 | 0 | 81 | 64 | 57 |
| Octal | 275 | 377 | 307 | 32 | 0 | 26 | 0 | 201 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000111 | 11010 | 0 | 10110 | 0 | 10000001 | 1100100 | 1010111 |
Color Harmonies of #BDFFC7
Complementary color
Monochromatic Colors of #BDFFC7
Black with #BDFFC7
Text Example
Text Example
White with #BDFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC7; }
p { color: rgb(189,255,199); }
H1.HeaderClassName
{
color: #BDFFC7;
}
.AnyTagClassName
{
color: #BDFFC7;
}
</style>
background-color css
<style>
a { background-color: #BDFFC7; }
a { background-color: rgb(189,255,199); }
div.DivClassName
{
background-color: #BDFFC7;
}
.BgClassName
{
background-color: #BDFFC7;
}
</style>
border-color css
<style>
span { border-color: #BDFFC7; }
span { border-color: rgb(189,255,199); }
td.TdClassName
{
border-color: #BDFFC7;
}
.TagClassName
{
border-color: #BDFFC7;
}
</style>