Shades of Granny Apple #BDFFC3
Tints of Granny Apple #BDFFC3
RGB
CMYK
RGB Variations
Color information
#BDFFC3 (or 0xBDFFC3) is known color: Granny Apple. HEX triplet: BD, FF and C3. RGB value is (189,255,195). Sum of RGB (Red+Green+Blue) = 189+255+195=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC3 is #42003C. Grayscale: #E4E4E4. Windows color (decimal): -4325437 or 12844989. OLE color: 12844989.
HSL color Cylindrical-coordinate representation of color #BDFFC3: hue angle of 125.45º 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 #BDFFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 195 | - |
| CMYK | 0.26 | 0 | 0.24 | 0 |
| HSL | 125.45º | 1% | 0.87% | - |
| HSV(B) | 125.45º | 0.26% | 1% | - |
| XYZ | 66.6 | 86.28 | 64.77 | - |
| YUV | 228.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 195 | 0.26 | 0 | 0.24 | 0 | 125.45 | 1 | 0.87 |
| Hex | BD | FF | C3 | 1A | 0 | 18 | 0 | 7D | 64 | 57 |
| Octal | 275 | 377 | 303 | 32 | 0 | 30 | 0 | 175 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000011 | 11010 | 0 | 11000 | 0 | 1111101 | 1100100 | 1010111 |
Color Harmonies of #BDFFC3
Complementary color
Monochromatic Colors of #BDFFC3
Black with #BDFFC3
Text Example
Text Example
White with #BDFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC3; }
p { color: rgb(189,255,195); }
H1.HeaderClassName
{
color: #BDFFC3;
}
.AnyTagClassName
{
color: #BDFFC3;
}
</style>
background-color css
<style>
a { background-color: #BDFFC3; }
a { background-color: rgb(189,255,195); }
div.DivClassName
{
background-color: #BDFFC3;
}
.BgClassName
{
background-color: #BDFFC3;
}
</style>
border-color css
<style>
span { border-color: #BDFFC3; }
span { border-color: rgb(189,255,195); }
td.TdClassName
{
border-color: #BDFFC3;
}
.TagClassName
{
border-color: #BDFFC3;
}
</style>