#BED9AB

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

Shades of Pixie Green #BED9AB

Tints of Pixie Green #BED9AB

Color information

#BED9AB (or 0xBED9AB) is unknown color: approx Pixie Green. HEX triplet: BE, D9 and AB. RGB value is (190,217,171). Sum of RGB (Red+Green+Blue) = 190+217+171=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED9AB is #412654. Grayscale: #CBCBCB. Windows color (decimal): -4269653 or 11262398. OLE color: 11262398.

HSL color Cylindrical-coordinate representation of color #BED9AB: hue angle of 95.22º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED9AB is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB190217171-
CMYK0.1200.210.15
HSL95.22º37.7%76.08%-
HSV(B)95.22º21.2%85.1%-
XYZ53.463.5147.97-
YUV203.68109.55118.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=32.87%
G=37.54%
B=29.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171710.1200.210.1595.2237.776.08
HexBED9ABC015F5f264c
Octal276331253140251713746114
Binary1011111011011001101010111100010101111110111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9AB; }

 p { color: rgb(190,217,171); }

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

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

 a { background-color: rgb(190,217,171); }

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

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

 span { border-color: rgb(190,217,171); }

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