#BEDBA4

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

Shades of Pixie Green #BEDBA4

Tints of Pixie Green #BEDBA4

Color information

#BEDBA4 (or 0xBEDBA4) is unknown color: approx Pixie Green. HEX triplet: BE, DB and A4. RGB value is (190,219,164). Sum of RGB (Red+Green+Blue) = 190+219+164=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBA4 is #41245B. Grayscale: #CCCCCC. Windows color (decimal): -4269148 or 10804158. OLE color: 10804158.

HSL color Cylindrical-coordinate representation of color #BEDBA4: hue angle of 91.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEDBA4 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB190219164-
CMYK0.1300.250.14
HSL91.64º43.31%75.1%-
HSV(B)91.64º25.11%85.88%-
XYZ53.2764.2944.72-
YUV204.06105.39117.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=33.16%
G=38.22%
B=28.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191640.1300.250.1491.6443.3175.1
HexBEDBA4D019E5c2b4b
Octal276333244150311613453113
Binary1011111011011011101001001101011001111010111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBA4; }

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

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

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

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

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

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

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

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