#BED6AC

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

Shades of Pixie Green #BED6AC

Tints of Pixie Green #BED6AC

Color information

#BED6AC (or 0xBED6AC) is unknown color: approx Pixie Green. HEX triplet: BE, D6 and AC. RGB value is (190,214,172). Sum of RGB (Red+Green+Blue) = 190+214+172=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6AC is #412953. Grayscale: #CACACA. Windows color (decimal): -4270420 or 11327166. OLE color: 11327166.

HSL color Cylindrical-coordinate representation of color #BED6AC: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED6AC is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB190214172-
CMYK0.1100.200.16
HSL94.29º33.87%75.69%-
HSV(B)94.29º19.63%83.92%-
XYZ52.7362.0248.22-
YUV202.04111.05119.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=32.99%
G=37.15%
B=29.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141720.1100.200.1694.2933.8775.69
HexBED6ACB014105e224c
Octal276326254130242013642114
Binary10111110110101101010110010110101001000010111101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6AC; }

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

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

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

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

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

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

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

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