#BEDBA5

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

Shades of Pixie Green #BEDBA5

Tints of Pixie Green #BEDBA5

Color information

#BEDBA5 (or 0xBEDBA5) is unknown color: approx Pixie Green. HEX triplet: BE, DB and A5. RGB value is (190,219,165). Sum of RGB (Red+Green+Blue) = 190+219+165=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBA5 is #41245A. Grayscale: #CCCCCC. Windows color (decimal): -4269147 or 10869694. OLE color: 10869694.

HSL color Cylindrical-coordinate representation of color #BEDBA5: hue angle of 92.22º 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 #BEDBA5 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB190219165-
CMYK0.1300.250.14
HSL92.22º42.86%75.29%-
HSV(B)92.22º24.66%85.88%-
XYZ53.3664.3345.2-
YUV204.17105.89117.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=33.10%
G=38.15%
B=28.75%

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
Decimal1902191650.1300.250.1492.2242.8675.29
HexBEDBA5D019E5c2b4b
Octal276333245150311613453113
Binary1011111011011011101001011101011001111010111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBA5; }

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

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

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

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

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

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

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

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