Shades of Granny Apple #BDFEC4
Tints of Granny Apple #BDFEC4
RGB
CMYK
RGB Variations
Color information
#BDFEC4 (or 0xBDFEC4) is known color: Granny Apple. HEX triplet: BD, FE and C4. RGB value is (189,254,196). Sum of RGB (Red+Green+Blue) = 189+254+196=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC4 is #42013B. Grayscale: #E4E4E4. Windows color (decimal): -4325692 or 12910269. OLE color: 12910269.
HSL color Cylindrical-coordinate representation of color #BDFEC4: hue angle of 126.46º 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 #BDFEC4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 189 | 254 | 196 | - |
CMYK | 0.26 | 0 | 0.23 | 0.00 |
HSL | 126.46º | 0.97% | 0.87% | - |
HSV(B) | 126.46º | 0.26% | 1% | - |
XYZ | 66.39 | 85.69 | 65.26 | - |
YUV | 227.95 | 109.97 | 100.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 254 | 196 | 0.26 | 0 | 0.23 | 0.00 | 126.46 | 0.97 | 0.87 |
Hex | BD | FE | C4 | 1A | 0 | 17 | 0 | 7E | 61 | 57 |
Octal | 275 | 376 | 304 | 32 | 0 | 27 | 0 | 176 | 141 | 127 |
Binary | 10111101 | 11111110 | 11000100 | 11010 | 0 | 10111 | 0 | 1111110 | 1100001 | 1010111 |
Color Harmonies of #BDFEC4
Complementary color
Monochromatic Colors of #BDFEC4
Black with #BDFEC4
Text Example
Text Example
White with #BDFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEC4; }
p { color: rgb(189,254,196); }
H1.HeaderClassName
{
color: #BDFEC4;
}
.AnyTagClassName
{
color: #BDFEC4;
}
</style>
background-color css
<style>
a { background-color: #BDFEC4; }
a { background-color: rgb(189,254,196); }
div.DivClassName
{
background-color: #BDFEC4;
}
.BgClassName
{
background-color: #BDFEC4;
}
</style>
border-color css
<style>
span { border-color: #BDFEC4; }
span { border-color: rgb(189,254,196); }
td.TdClassName
{
border-color: #BDFEC4;
}
.TagClassName
{
border-color: #BDFEC4;
}
</style>