#BEDE9B

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

Shades of Pixie Green #BEDE9B

Tints of Pixie Green #BEDE9B

Color information

#BEDE9B (or 0xBEDE9B) is unknown color: approx Pixie Green. HEX triplet: BE, DE and 9B. RGB value is (190,222,155). Sum of RGB (Red+Green+Blue) = 190+222+155=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE9B is #412164. Grayscale: #CDCDCD. Windows color (decimal): -4268389 or 10215102. OLE color: 10215102.

HSL color Cylindrical-coordinate representation of color #BEDE9B: hue angle of 88.66º 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 #BEDE9B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB190222155-
CMYK0.1400.300.13
HSL88.66º50.38%73.92%-
HSV(B)88.66º30.18%87.06%-
XYZ53.2765.5640.86-
YUV204.7999.9117.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=33.51%
G=39.15%
B=27.34%

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
Decimal1902221550.1400.300.1388.6650.3873.92
HexBEDE9BE01ED59324a
Octal276336233160361513162112
Binary1011111011011110100110111110011110110110110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE9B; }

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

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

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

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

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

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

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

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