#BEDD9E

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

Shades of Pixie Green #BEDD9E

Tints of Pixie Green #BEDD9E

Color information

#BEDD9E (or 0xBEDD9E) is unknown color: approx Pixie Green. HEX triplet: BE, DD and 9E. RGB value is (190,221,158). Sum of RGB (Red+Green+Blue) = 190+221+158=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD9E is #412261. Grayscale: #CCCCCC. Windows color (decimal): -4268642 or 10411454. OLE color: 10411454.

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

Color convert

RGB190221158-
CMYK0.1400.290.13
HSL89.52º48.09%74.31%-
HSV(B)89.52º28.51%86.67%-
XYZ53.2665.1342.11-
YUV204.55101.73117.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=33.39%
G=38.84%
B=27.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211580.1400.290.1389.5248.0974.31
HexBEDD9EE01DD5a304a
Octal276335236160351513260112
Binary1011111011011101100111101110011101110110110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD9E; }

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

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

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

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

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

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

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

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