#BCDCA0

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

Shades of Pixie Green #BCDCA0

Tints of Pixie Green #BCDCA0

Color information

#BCDCA0 (or 0xBCDCA0) is unknown color: approx Pixie Green. HEX triplet: BC, DC and A0. RGB value is (188,220,160). Sum of RGB (Red+Green+Blue) = 188+220+160=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCA0 is #43235F. Grayscale: #CBCBCB. Windows color (decimal): -4399968 or 10542268. OLE color: 10542268.

HSL color Cylindrical-coordinate representation of color #BCDCA0: hue angle of 92º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCDCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB188220160-
CMYK0.1500.270.14
HSL92º46.15%74.51%-
HSV(B)92º27.27%86.27%-
XYZ52.6864.4242.91-
YUV203.59103.4116.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=33.10%
G=38.73%
B=28.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201600.1500.270.149246.1574.51
HexBCDCA0F01BE5c2e4b
Octal274334240170331613456113
Binary1011110011011100101000001111011011111010111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCA0; }

 p { color: rgb(188,220,160); }

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

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

 a { background-color: rgb(188,220,160); }

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

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

 span { border-color: rgb(188,220,160); }

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