Shades of Granny Apple #BDFED3
Tints of Granny Apple #BDFED3
RGB
CMYK
RGB Variations
Color information
#BDFED3 (or 0xBDFED3) is known color: Granny Apple. HEX triplet: BD, FE and D3. RGB value is (189,254,211). Sum of RGB (Red+Green+Blue) = 189+254+211=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED3 is #42012C. Grayscale: #E5E5E5. Windows color (decimal): -4325677 or 13893309. OLE color: 13893309.
HSL color Cylindrical-coordinate representation of color #BDFED3: hue angle of 140.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFED3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 211 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.00 |
| HSL | 140.31º | 0.97% | 0.87% | - |
| HSV(B) | 140.31º | 0.26% | 1% | - |
| XYZ | 68.19 | 86.41 | 74.71 | - |
| YUV | 229.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 211 | 0.26 | 0 | 0.17 | 0.00 | 140.31 | 0.97 | 0.87 |
| Hex | BD | FE | D3 | 1A | 0 | 11 | 0 | 8C | 61 | 57 |
| Octal | 275 | 376 | 323 | 32 | 0 | 21 | 0 | 214 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11010011 | 11010 | 0 | 10001 | 0 | 10001100 | 1100001 | 1010111 |
Color Harmonies of #BDFED3
Complementary color
Monochromatic Colors of #BDFED3
Black with #BDFED3
Text Example
Text Example
White with #BDFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFED3; }
p { color: rgb(189,254,211); }
H1.HeaderClassName
{
color: #BDFED3;
}
.AnyTagClassName
{
color: #BDFED3;
}
</style>
background-color css
<style>
a { background-color: #BDFED3; }
a { background-color: rgb(189,254,211); }
div.DivClassName
{
background-color: #BDFED3;
}
.BgClassName
{
background-color: #BDFED3;
}
</style>
border-color css
<style>
span { border-color: #BDFED3; }
span { border-color: rgb(189,254,211); }
td.TdClassName
{
border-color: #BDFED3;
}
.TagClassName
{
border-color: #BDFED3;
}
</style>