#BED2AD

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

Shades of Pixie Green #BED2AD

Tints of Pixie Green #BED2AD

Color information

#BED2AD (or 0xBED2AD) is unknown color: approx Pixie Green. HEX triplet: BE, D2 and AD. RGB value is (190,210,173). Sum of RGB (Red+Green+Blue) = 190+210+173=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AD is #412D52. Grayscale: #C7C7C7. Windows color (decimal): -4271443 or 11391678. OLE color: 11391678.

HSL color Cylindrical-coordinate representation of color #BED2AD: hue angle of 92.43º degrees, saturation: 0.29, 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 #BED2AD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB190210173-
CMYK0.1000.180.18
HSL92.43º29.13%75.1%-
HSV(B)92.43º17.62%82.35%-
XYZ51.8260.0648.4-
YUV199.8112.87121.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=33.16%
G=36.65%
B=30.19%

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
Decimal1902101730.1000.180.1892.4329.1375.1
HexBED2ADA012125c1d4b
Octal276322255120222213435113
Binary1011111011010010101011011010010010100101011100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2AD; }

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

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

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

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

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

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

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

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