#BEDE9C

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

Shades of Pixie Green #BEDE9C

Tints of Pixie Green #BEDE9C

Color information

#BEDE9C (or 0xBEDE9C) is unknown color: approx Pixie Green. HEX triplet: BE, DE and 9C. RGB value is (190,222,156). Sum of RGB (Red+Green+Blue) = 190+222+156=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE9C is #412163. Grayscale: #CDCDCD. Windows color (decimal): -4268388 or 10280638. OLE color: 10280638.

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

Color convert

RGB190222156-
CMYK0.1400.300.13
HSL89.09º50%74.12%-
HSV(B)89.09º29.73%87.06%-
XYZ53.3665.5941.3-
YUV204.91100.4117.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=33.45%
G=39.08%
B=27.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221560.1400.300.1389.095074.12
HexBEDE9CE01ED59324a
Octal276336234160361513162112
Binary1011111011011110100111001110011110110110110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE9C; }

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

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

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

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

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

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

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

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