#BEDC9B

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

Shades of Pixie Green #BEDC9B

Tints of Pixie Green #BEDC9B

Color information

#BEDC9B (or 0xBEDC9B) is unknown color: approx Pixie Green. HEX triplet: BE, DC and 9B. RGB value is (190,220,155). Sum of RGB (Red+Green+Blue) = 190+220+155=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC9B is #412364. Grayscale: #CBCBCB. Windows color (decimal): -4268901 or 10214590. OLE color: 10214590.

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

Color convert

RGB190220155-
CMYK0.1400.300.14
HSL87.69º48.15%73.53%-
HSV(B)87.69º29.55%86.27%-
XYZ52.7464.540.68-
YUV203.62100.56118.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=33.63%
G=38.94%
B=27.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201550.1400.300.1487.6948.1573.53
HexBEDC9BE01EE58304a
Octal276334233160361613060112
Binary1011111011011100100110111110011110111010110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC9B; }

 p { color: rgb(190,220,155); }

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

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

 a { background-color: rgb(190,220,155); }

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

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

 span { border-color: rgb(190,220,155); }

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