#BED4A1

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

Shades of Pixie Green #BED4A1

Tints of Pixie Green #BED4A1

Color information

#BED4A1 (or 0xBED4A1) is unknown color: approx Pixie Green. HEX triplet: BE, D4 and A1. RGB value is (190,212,161). Sum of RGB (Red+Green+Blue) = 190+212+161=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED4A1 is #412B5E. Grayscale: #C7C7C7. Windows color (decimal): -4270943 or 10605758. OLE color: 10605758.

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

Color convert

RGB190212161-
CMYK0.1000.240.17
HSL85.88º37.23%73.14%-
HSV(B)85.88º24.06%83.14%-
XYZ51.2160.6142.72-
YUV199.61106.21121.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=33.75%
G=37.66%
B=28.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121610.1000.240.1785.8837.2373.14
HexBED4A1A01811562549
Octal276324241120302112645111
Binary10111110110101001010000110100110001000110101101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4A1; }

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

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

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

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

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

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

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

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