Shades of Granny Apple #BDFFC9
Tints of Granny Apple #BDFFC9
RGB
CMYK
RGB Variations
Color information
#BDFFC9 (or 0xBDFFC9) is known color: Granny Apple. HEX triplet: BD, FF and C9. RGB value is (189,255,201). Sum of RGB (Red+Green+Blue) = 189+255+201=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC9 is #420036. Grayscale: #E5E5E5. Windows color (decimal): -4325431 or 13238205. OLE color: 13238205.
HSL color Cylindrical-coordinate representation of color #BDFFC9: hue angle of 130.91º 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 #BDFFC9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 201 | - |
| CMYK | 0.26 | 0 | 0.21 | 0 |
| HSL | 130.91º | 1% | 0.87% | - |
| HSV(B) | 130.91º | 0.26% | 1% | - |
| XYZ | 67.29 | 86.56 | 68.42 | - |
| YUV | 229.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 201 | 0.26 | 0 | 0.21 | 0 | 130.91 | 1 | 0.87 |
| Hex | BD | FF | C9 | 1A | 0 | 15 | 0 | 83 | 64 | 57 |
| Octal | 275 | 377 | 311 | 32 | 0 | 25 | 0 | 203 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11001001 | 11010 | 0 | 10101 | 0 | 10000011 | 1100100 | 1010111 |
Color Harmonies of #BDFFC9
Complementary color
Monochromatic Colors of #BDFFC9
Black with #BDFFC9
Text Example
Text Example
White with #BDFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC9; }
p { color: rgb(189,255,201); }
H1.HeaderClassName
{
color: #BDFFC9;
}
.AnyTagClassName
{
color: #BDFFC9;
}
</style>
background-color css
<style>
a { background-color: #BDFFC9; }
a { background-color: rgb(189,255,201); }
div.DivClassName
{
background-color: #BDFFC9;
}
.BgClassName
{
background-color: #BDFFC9;
}
</style>
border-color css
<style>
span { border-color: #BDFFC9; }
span { border-color: rgb(189,255,201); }
td.TdClassName
{
border-color: #BDFFC9;
}
.TagClassName
{
border-color: #BDFFC9;
}
</style>