#BEDF9D

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

Shades of Pixie Green #BEDF9D

Tints of Pixie Green #BEDF9D

Color information

#BEDF9D (or 0xBEDF9D) is unknown color: approx Pixie Green. HEX triplet: BE, DF and 9D. RGB value is (190,223,157). Sum of RGB (Red+Green+Blue) = 190+223+157=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF9D is #412062. Grayscale: #CDCDCD. Windows color (decimal): -4268131 or 10346430. OLE color: 10346430.

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

Color convert

RGB190223157-
CMYK0.1500.300.13
HSL90º50.77%74.51%-
HSV(B)90º29.6%87.45%-
XYZ53.7166.1641.84-
YUV205.61100.57116.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=33.33%
G=39.12%
B=27.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231570.1500.300.139050.7774.51
HexBEDF9DF01ED5a334b
Octal276337235170361513263113
Binary1011111011011111100111011111011110110110110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF9D; }

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

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

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

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

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

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

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

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