#BEDAA1

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

Shades of Pixie Green #BEDAA1

Tints of Pixie Green #BEDAA1

Color information

#BEDAA1 (or 0xBEDAA1) is unknown color: approx Pixie Green. HEX triplet: BE, DA and A1. RGB value is (190,218,161). Sum of RGB (Red+Green+Blue) = 190+218+161=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDAA1 is #41255E. Grayscale: #CBCBCB. Windows color (decimal): -4269407 or 10607294. OLE color: 10607294.

HSL color Cylindrical-coordinate representation of color #BEDAA1: hue angle of 89.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEDAA1 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB190218161-
CMYK0.1300.260.15
HSL89.47º43.51%74.31%-
HSV(B)89.47º26.15%85.49%-
XYZ52.7463.6643.23-
YUV203.13104.22118.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=33.39%
G=38.31%
B=28.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181610.1300.260.1589.4743.5174.31
HexBEDAA1D01AF592c4a
Octal276332241150321713154112
Binary1011111011011010101000011101011010111110110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAA1; }

 p { color: rgb(190,218,161); }

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

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

 a { background-color: rgb(190,218,161); }

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

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

 span { border-color: rgb(190,218,161); }

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