Shades of Granny Apple #BDFFC0
Tints of Granny Apple #BDFFC0
RGB
CMYK
RGB Variations
Color information
#BDFFC0 (or 0xBDFFC0) is known color: Granny Apple. HEX triplet: BD, FF and C0. RGB value is (189,255,192). Sum of RGB (Red+Green+Blue) = 189+255+192=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC0 is #42003F. Grayscale: #E4E4E4. Windows color (decimal): -4325440 or 12648381. OLE color: 12648381.
HSL color Cylindrical-coordinate representation of color #BDFFC0: hue angle of 122.73º 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 #BDFFC0 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 192 | - |
| CMYK | 0.26 | 0 | 0.25 | 0 |
| HSL | 122.73º | 1% | 0.87% | - |
| HSV(B) | 122.73º | 0.26% | 1% | - |
| XYZ | 66.26 | 86.14 | 63 | - |
| YUV | 228.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 192 | 0.26 | 0 | 0.25 | 0 | 122.73 | 1 | 0.87 |
| Hex | BD | FF | C0 | 1A | 0 | 19 | 0 | 7B | 64 | 57 |
| Octal | 275 | 377 | 300 | 32 | 0 | 31 | 0 | 173 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000000 | 11010 | 0 | 11001 | 0 | 1111011 | 1100100 | 1010111 |
Color Harmonies of #BDFFC0
Complementary color
Monochromatic Colors of #BDFFC0
Black with #BDFFC0
Text Example
Text Example
White with #BDFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC0; }
p { color: rgb(189,255,192); }
H1.HeaderClassName
{
color: #BDFFC0;
}
.AnyTagClassName
{
color: #BDFFC0;
}
</style>
background-color css
<style>
a { background-color: #BDFFC0; }
a { background-color: rgb(189,255,192); }
div.DivClassName
{
background-color: #BDFFC0;
}
.BgClassName
{
background-color: #BDFFC0;
}
</style>
border-color css
<style>
span { border-color: #BDFFC0; }
span { border-color: rgb(189,255,192); }
td.TdClassName
{
border-color: #BDFFC0;
}
.TagClassName
{
border-color: #BDFFC0;
}
</style>