#BED5AE

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

Shades of Pixie Green #BED5AE

Tints of Pixie Green #BED5AE

Color information

#BED5AE (or 0xBED5AE) is unknown color: approx Pixie Green. HEX triplet: BE, D5 and AE. RGB value is (190,213,174). Sum of RGB (Red+Green+Blue) = 190+213+174=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5AE is #412A51. Grayscale: #C9C9C9. Windows color (decimal): -4270674 or 11457982. OLE color: 11457982.

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

Color convert

RGB190213174-
CMYK0.1100.180.16
HSL95.38º31.71%75.88%-
HSV(B)95.38º18.31%83.53%-
XYZ52.6761.5949.16-
YUV201.68112.38119.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=32.93%
G=36.92%
B=30.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131740.1100.180.1695.3831.7175.88
HexBED5AEB012105f204c
Octal276325256130222013740114
Binary10111110110101011010111010110100101000010111111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5AE; }

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

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

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

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

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

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

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

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