Shades of Granny Apple #BDFFC5
Tints of Granny Apple #BDFFC5
RGB
CMYK
RGB Variations
Color information
#BDFFC5 (or 0xBDFFC5) is known color: Granny Apple. HEX triplet: BD, FF and C5. RGB value is (189,255,197). Sum of RGB (Red+Green+Blue) = 189+255+197=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC5 is #42003A. Grayscale: #E4E4E4. Windows color (decimal): -4325435 or 12976061. OLE color: 12976061.
HSL color Cylindrical-coordinate representation of color #BDFFC5: hue angle of 127.27º 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 #BDFFC5 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 197 | - |
| CMYK | 0.26 | 0 | 0.23 | 0 |
| HSL | 127.27º | 1% | 0.87% | - |
| HSV(B) | 127.27º | 0.26% | 1% | - |
| XYZ | 66.82 | 86.37 | 65.97 | - |
| YUV | 228.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 197 | 0.26 | 0 | 0.23 | 0 | 127.27 | 1 | 0.87 |
| Hex | BD | FF | C5 | 1A | 0 | 17 | 0 | 7F | 64 | 57 |
| Octal | 275 | 377 | 305 | 32 | 0 | 27 | 0 | 177 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000101 | 11010 | 0 | 10111 | 0 | 1111111 | 1100100 | 1010111 |
Color Harmonies of #BDFFC5
Complementary color
Monochromatic Colors of #BDFFC5
Black with #BDFFC5
Text Example
Text Example
White with #BDFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC5; }
p { color: rgb(189,255,197); }
H1.HeaderClassName
{
color: #BDFFC5;
}
.AnyTagClassName
{
color: #BDFFC5;
}
</style>
background-color css
<style>
a { background-color: #BDFFC5; }
a { background-color: rgb(189,255,197); }
div.DivClassName
{
background-color: #BDFFC5;
}
.BgClassName
{
background-color: #BDFFC5;
}
</style>
border-color css
<style>
span { border-color: #BDFFC5; }
span { border-color: rgb(189,255,197); }
td.TdClassName
{
border-color: #BDFFC5;
}
.TagClassName
{
border-color: #BDFFC5;
}
</style>