#BED4A4

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

Shades of Pixie Green #BED4A4

Tints of Pixie Green #BED4A4

Color information

#BED4A4 (or 0xBED4A4) is unknown color: approx Pixie Green. HEX triplet: BE, D4 and A4. RGB value is (190,212,164). Sum of RGB (Red+Green+Blue) = 190+212+164=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED4A4 is #412B5B. Grayscale: #C8C8C8. Windows color (decimal): -4270940 or 10802366. OLE color: 10802366.

HSL color Cylindrical-coordinate representation of color #BED4A4: hue angle of 87.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BED4A4 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB190212164-
CMYK0.1000.230.17
HSL87.5º35.82%73.73%-
HSV(B)87.5º22.64%83.14%-
XYZ51.4860.7144.13-
YUV199.95107.71120.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 164 (64.45% from 255) = 28.98%
R=33.57%
G=37.46%
B=28.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121640.1000.230.1787.535.8273.73
HexBED4A4A0171158244a
Octal276324244120272113044112
Binary10111110110101001010010010100101111000110110001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4A4; }

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

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

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

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

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

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

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

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