Shades of Granny Apple #BDFFC1
Tints of Granny Apple #BDFFC1
RGB
CMYK
RGB Variations
Color information
#BDFFC1 (or 0xBDFFC1) is known color: Granny Apple. HEX triplet: BD, FF and C1. RGB value is (189,255,193). Sum of RGB (Red+Green+Blue) = 189+255+193=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC1 is #42003E. Grayscale: #E4E4E4. Windows color (decimal): -4325439 or 12713917. OLE color: 12713917.
HSL color Cylindrical-coordinate representation of color #BDFFC1: hue angle of 123.64º 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 #BDFFC1 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 193 | - |
| CMYK | 0.26 | 0 | 0.24 | 0 |
| HSL | 123.64º | 1% | 0.87% | - |
| HSV(B) | 123.64º | 0.26% | 1% | - |
| XYZ | 66.37 | 86.19 | 63.59 | - |
| YUV | 228.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 193 | 0.26 | 0 | 0.24 | 0 | 123.64 | 1 | 0.87 |
| Hex | BD | FF | C1 | 1A | 0 | 18 | 0 | 7C | 64 | 57 |
| Octal | 275 | 377 | 301 | 32 | 0 | 30 | 0 | 174 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000001 | 11010 | 0 | 11000 | 0 | 1111100 | 1100100 | 1010111 |
Color Harmonies of #BDFFC1
Complementary color
Monochromatic Colors of #BDFFC1
Black with #BDFFC1
Text Example
Text Example
White with #BDFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC1; }
p { color: rgb(189,255,193); }
H1.HeaderClassName
{
color: #BDFFC1;
}
.AnyTagClassName
{
color: #BDFFC1;
}
</style>
background-color css
<style>
a { background-color: #BDFFC1; }
a { background-color: rgb(189,255,193); }
div.DivClassName
{
background-color: #BDFFC1;
}
.BgClassName
{
background-color: #BDFFC1;
}
</style>
border-color css
<style>
span { border-color: #BDFFC1; }
span { border-color: rgb(189,255,193); }
td.TdClassName
{
border-color: #BDFFC1;
}
.TagClassName
{
border-color: #BDFFC1;
}
</style>