#BEDB9E

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

Shades of Pixie Green #BEDB9E

Tints of Pixie Green #BEDB9E

Color information

#BEDB9E (or 0xBEDB9E) is unknown color: approx Pixie Green. HEX triplet: BE, DB and 9E. RGB value is (190,219,158). Sum of RGB (Red+Green+Blue) = 190+219+158=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB9E is #412461. Grayscale: #CBCBCB. Windows color (decimal): -4269154 or 10410942. OLE color: 10410942.

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

Color convert

RGB190219158-
CMYK0.1300.280.14
HSL88.52º45.86%73.92%-
HSV(B)88.52º27.85%85.88%-
XYZ52.7464.0841.94-
YUV203.38102.39118.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=33.51%
G=38.62%
B=27.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191580.1300.280.1488.5245.8673.92
HexBEDB9ED01CE592e4a
Octal276333236150341613156112
Binary1011111011011011100111101101011100111010110011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB9E; }

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

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

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

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

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

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

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

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