#BED2AC

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

Shades of Pixie Green #BED2AC

Tints of Pixie Green #BED2AC

Color information

#BED2AC (or 0xBED2AC) is unknown color: approx Pixie Green. HEX triplet: BE, D2 and AC. RGB value is (190,210,172). Sum of RGB (Red+Green+Blue) = 190+210+172=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AC is #412D53. Grayscale: #C7C7C7. Windows color (decimal): -4271444 or 11326142. OLE color: 11326142.

HSL color Cylindrical-coordinate representation of color #BED2AC: hue angle of 91.58º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED2AC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB190210172-
CMYK0.1000.180.18
HSL91.58º29.69%74.9%-
HSV(B)91.58º18.1%82.35%-
XYZ51.7360.0247.89-
YUV199.69112.37121.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 210 (82.42% from 255) = 36.71%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=33.22%
G=36.71%
B=30.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101720.1000.180.1891.5829.6974.9
HexBED2ACA012125c1e4b
Octal276322254120222213436113
Binary1011111011010010101011001010010010100101011100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2AC; }

 p { color: rgb(190,210,172); }

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

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

 a { background-color: rgb(190,210,172); }

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

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

 span { border-color: rgb(190,210,172); }

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