#BEDD9C

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

Shades of Pixie Green #BEDD9C

Tints of Pixie Green #BEDD9C

Color information

#BEDD9C (or 0xBEDD9C) is unknown color: approx Pixie Green. HEX triplet: BE, DD and 9C. RGB value is (190,221,156). Sum of RGB (Red+Green+Blue) = 190+221+156=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD9C is #412263. Grayscale: #CCCCCC. Windows color (decimal): -4268644 or 10280382. OLE color: 10280382.

HSL color Cylindrical-coordinate representation of color #BEDD9C: hue angle of 88.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEDD9C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB190221156-
CMYK0.1400.290.13
HSL88.62º48.87%73.92%-
HSV(B)88.62º29.41%86.67%-
XYZ53.0965.0641.21-
YUV204.32100.73117.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=33.51%
G=38.98%
B=27.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211560.1400.290.1388.6248.8773.92
HexBEDD9CE01DD59314a
Octal276335234160351513161112
Binary1011111011011101100111001110011101110110110011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD9C; }

 p { color: rgb(190,221,156); }

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

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

 a { background-color: rgb(190,221,156); }

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

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

 span { border-color: rgb(190,221,156); }

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