Shades of Granny Apple #BDFECB
Tints of Granny Apple #BDFECB
RGB
CMYK
RGB Variations
Color information
#BDFECB (or 0xBDFECB) is known color: Granny Apple. HEX triplet: BD, FE and CB. RGB value is (189,254,203). Sum of RGB (Red+Green+Blue) = 189+254+203=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFECB is #420134. Grayscale: #E4E4E4. Windows color (decimal): -4325685 or 13369021. OLE color: 13369021.
HSL color Cylindrical-coordinate representation of color #BDFECB: hue angle of 132.92º 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 #BDFECB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 203 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.00 |
| HSL | 132.92º | 0.97% | 0.87% | - |
| HSV(B) | 132.92º | 0.26% | 1% | - |
| XYZ | 67.21 | 86.01 | 69.56 | - |
| YUV | 228.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 203 | 0.26 | 0 | 0.20 | 0.00 | 132.92 | 0.97 | 0.87 |
| Hex | BD | FE | CB | 1A | 0 | 14 | 0 | 85 | 61 | 57 |
| Octal | 275 | 376 | 313 | 32 | 0 | 24 | 0 | 205 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11001011 | 11010 | 0 | 10100 | 0 | 10000101 | 1100001 | 1010111 |
Color Harmonies of #BDFECB
Complementary color
Monochromatic Colors of #BDFECB
Black with #BDFECB
Text Example
Text Example
White with #BDFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFECB; }
p { color: rgb(189,254,203); }
H1.HeaderClassName
{
color: #BDFECB;
}
.AnyTagClassName
{
color: #BDFECB;
}
</style>
background-color css
<style>
a { background-color: #BDFECB; }
a { background-color: rgb(189,254,203); }
div.DivClassName
{
background-color: #BDFECB;
}
.BgClassName
{
background-color: #BDFECB;
}
</style>
border-color css
<style>
span { border-color: #BDFECB; }
span { border-color: rgb(189,254,203); }
td.TdClassName
{
border-color: #BDFECB;
}
.TagClassName
{
border-color: #BDFECB;
}
</style>