#BED99D

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

Shades of Pixie Green #BED99D

Tints of Pixie Green #BED99D

Color information

#BED99D (or 0xBED99D) is unknown color: approx Pixie Green. HEX triplet: BE, D9 and 9D. RGB value is (190,217,157). Sum of RGB (Red+Green+Blue) = 190+217+157=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BED99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED99D is #412662. Grayscale: #CACACA. Windows color (decimal): -4269667 or 10344894. OLE color: 10344894.

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

Color convert

RGB190217157-
CMYK0.1200.280.15
HSL87º44.12%73.33%-
HSV(B)87º27.65%85.1%-
XYZ52.1363.0141.31-
YUV202.09102.55119.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=33.69%
G=38.48%
B=27.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171570.1200.280.158744.1273.33
HexBED99DC01CF572c49
Octal276331235140341712754111
Binary1011111011011001100111011100011100111110101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED99D; }

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

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

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

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

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

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

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

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