#BEDBA6

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

Shades of Pixie Green #BEDBA6

Tints of Pixie Green #BEDBA6

Color information

#BEDBA6 (or 0xBEDBA6) is unknown color: approx Pixie Green. HEX triplet: BE, DB and A6. RGB value is (190,219,166). Sum of RGB (Red+Green+Blue) = 190+219+166=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBA6 is #412459. Grayscale: #CCCCCC. Windows color (decimal): -4269146 or 10935230. OLE color: 10935230.

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

Color convert

RGB190219166-
CMYK0.1300.240.14
HSL92.83º42.4%75.49%-
HSV(B)92.83º24.2%85.88%-
XYZ53.4564.3645.68-
YUV204.29106.39117.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=33.04%
G=38.09%
B=28.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191660.1300.240.1492.8342.475.49
HexBEDBA6D018E5d2a4b
Octal276333246150301613552113
Binary1011111011011011101001101101011000111010111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBA6; }

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

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

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

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

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

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

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

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