#BCDE9D

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

Shades of Pixie Green #BCDE9D

Tints of Pixie Green #BCDE9D

Color information

#BCDE9D (or 0xBCDE9D) is unknown color: approx Pixie Green. HEX triplet: BC, DE and 9D. RGB value is (188,222,157). Sum of RGB (Red+Green+Blue) = 188+222+157=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE9D is #432162. Grayscale: #CCCCCC. Windows color (decimal): -4399459 or 10346172. OLE color: 10346172.

HSL color Cylindrical-coordinate representation of color #BCDE9D: hue angle of 91.38º degrees, saturation: 0.5, 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 #BCDE9D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB188222157-
CMYK0.1500.290.13
HSL91.38º49.62%74.31%-
HSV(B)91.38º29.28%87.06%-
XYZ52.9565.3741.73-
YUV204.42101.24116.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=33.16%
G=39.15%
B=27.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221570.1500.290.1391.3849.6274.31
HexBCDE9DF01DD5b324a
Octal274336235170351513362112
Binary1011110011011110100111011111011101110110110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE9D; }

 p { color: rgb(188,222,157); }

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

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

 a { background-color: rgb(188,222,157); }

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

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

 span { border-color: rgb(188,222,157); }

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