#BED9A4

Color #BED9A4 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BED9A4

Tints of Pixie Green #BED9A4

Color information

#BED9A4 (or 0xBED9A4) is unknown color: approx Pixie Green. HEX triplet: BE, D9 and A4. RGB value is (190,217,164). Sum of RGB (Red+Green+Blue) = 190+217+164=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED9A4 is #41265B. Grayscale: #CBCBCB. Windows color (decimal): -4269660 or 10803646. OLE color: 10803646.

HSL color Cylindrical-coordinate representation of color #BED9A4: hue angle of 90.57º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED9A4 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB190217164-
CMYK0.1200.240.15
HSL90.57º41.09%74.71%-
HSV(B)90.57º24.42%85.1%-
XYZ52.7563.2544.55-
YUV202.88106.05118.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=33.27%
G=38.00%
B=28.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171640.1200.240.1590.5741.0974.71
HexBED9A4C018F5b294b
Octal276331244140301713351113
Binary1011111011011001101001001100011000111110110111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9A4; }

 p { color: rgb(190,217,164); }

 H1.HeaderClassName
 {
   color: #BED9A4;
 }
 .AnyTagClassName
 {
   color: #BED9A4;
 }
</style>
background-color css

<style>
 a { background-color: #BED9A4; }

 a { background-color: rgb(190,217,164); }

 div.DivClassName
 {
   background-color: #BED9A4;
 }
 .BgClassName
 {
   background-color: #BED9A4;
 }
</style>
border-color css

<style>
 span { border-color: #BED9A4; }

 span { border-color: rgb(190,217,164); }

 td.TdClassName
 {
   border-color: #BED9A4;
 }
 .TagClassName
 {
   border-color: #BED9A4;
 }
</style>