#BED5AD

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

Shades of Pixie Green #BED5AD

Tints of Pixie Green #BED5AD

Color information

#BED5AD (or 0xBED5AD) is unknown color: approx Pixie Green. HEX triplet: BE, D5 and AD. RGB value is (190,213,173). Sum of RGB (Red+Green+Blue) = 190+213+173=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5AD is #412A52. Grayscale: #C9C9C9. Windows color (decimal): -4270675 or 11392446. OLE color: 11392446.

HSL color Cylindrical-coordinate representation of color #BED5AD: hue angle of 94.5º degrees, saturation: 0.32, 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 #BED5AD is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB190213173-
CMYK0.1100.190.16
HSL94.5º32.26%75.69%-
HSV(B)94.5º18.78%83.53%-
XYZ52.5761.5548.65-
YUV201.56111.88119.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=32.99%
G=36.98%
B=30.03%

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
Decimal1902131730.1100.190.1694.532.2675.69
HexBED5ADB013105e204c
Octal276325255130232013640114
Binary10111110110101011010110110110100111000010111101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5AD; }

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

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

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

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

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

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

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

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