#BED6AD

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

Shades of Pixie Green #BED6AD

Tints of Pixie Green #BED6AD

Color information

#BED6AD (or 0xBED6AD) is unknown color: approx Pixie Green. HEX triplet: BE, D6 and AD. RGB value is (190,214,173). Sum of RGB (Red+Green+Blue) = 190+214+173=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6AD is #412952. Grayscale: #CACACA. Windows color (decimal): -4270419 or 11392702. OLE color: 11392702.

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

Color convert

RGB190214173-
CMYK0.1100.190.16
HSL95.12º33.33%75.88%-
HSV(B)95.12º19.16%83.92%-
XYZ52.8262.0648.73-
YUV202.15111.55119.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=32.93%
G=37.09%
B=29.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141730.1100.190.1695.1233.3375.88
HexBED6ADB013105f214c
Octal276326255130232013741114
Binary10111110110101101010110110110100111000010111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6AD; }

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

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

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

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

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

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

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

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