#BED3AC

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

Shades of Pixie Green #BED3AC

Tints of Pixie Green #BED3AC

Color information

#BED3AC (or 0xBED3AC) is unknown color: approx Pixie Green. HEX triplet: BE, D3 and AC. RGB value is (190,211,172). Sum of RGB (Red+Green+Blue) = 190+211+172=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED3AC is #412C53. Grayscale: #C8C8C8. Windows color (decimal): -4271188 or 11326398. OLE color: 11326398.

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

Color convert

RGB190211172-
CMYK0.1000.180.17
HSL92.31º30.71%75.1%-
HSV(B)92.31º18.48%82.75%-
XYZ51.9860.5147.97-
YUV200.28112.04120.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 211 (82.81% from 255) = 36.82%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=33.16%
G=36.82%
B=30.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111720.1000.180.1792.3130.7175.1
HexBED3ACA012115c1f4b
Octal276323254120222113437113
Binary1011111011010011101011001010010010100011011100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3AC; }

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

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

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

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

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

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

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

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