#BED2AE

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

Shades of Pixie Green #BED2AE

Tints of Pixie Green #BED2AE

Color information

#BED2AE (or 0xBED2AE) is unknown color: approx Pixie Green. HEX triplet: BE, D2 and AE. RGB value is (190,210,174). Sum of RGB (Red+Green+Blue) = 190+210+174=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AE is #412D51. Grayscale: #C8C8C8. Windows color (decimal): -4271442 or 11457214. OLE color: 11457214.

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

Color convert

RGB190210174-
CMYK0.1000.170.18
HSL93.33º28.57%75.29%-
HSV(B)93.33º17.14%82.35%-
XYZ51.9260.148.91-
YUV199.92113.37120.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=33.10%
G=36.59%
B=30.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101740.1000.170.1893.3328.5775.29
HexBED2AEA011125d1d4b
Octal276322256120212213535113
Binary1011111011010010101011101010010001100101011101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2AE; }

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

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

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

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

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

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

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

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