#BED5A1

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

Shades of Pixie Green #BED5A1

Tints of Pixie Green #BED5A1

Color information

#BED5A1 (or 0xBED5A1) is unknown color: approx Pixie Green. HEX triplet: BE, D5 and A1. RGB value is (190,213,161). Sum of RGB (Red+Green+Blue) = 190+213+161=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5A1 is #412A5E. Grayscale: #C8C8C8. Windows color (decimal): -4270687 or 10606014. OLE color: 10606014.

HSL color Cylindrical-coordinate representation of color #BED5A1: hue angle of 86.54º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED5A1 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB190213161-
CMYK0.1100.240.16
HSL86.54º38.24%73.33%-
HSV(B)86.54º24.41%83.53%-
XYZ51.4661.1142.8-
YUV200.2105.88120.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=33.69%
G=37.77%
B=28.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131610.1100.240.1686.5438.2473.33
HexBED5A1B01810572649
Octal276325241130302012746111
Binary10111110110101011010000110110110001000010101111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5A1; }

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

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

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

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

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

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

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

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