#BCDAA0

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

Shades of Pixie Green #BCDAA0

Tints of Pixie Green #BCDAA0

Color information

#BCDAA0 (or 0xBCDAA0) is unknown color: approx Pixie Green. HEX triplet: BC, DA and A0. RGB value is (188,218,160). Sum of RGB (Red+Green+Blue) = 188+218+160=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA0 is #43255F. Grayscale: #CACACA. Windows color (decimal): -4400480 or 10541756. OLE color: 10541756.

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

Color convert

RGB188218160-
CMYK0.1400.270.15
HSL91.03º43.94%74.12%-
HSV(B)91.03º26.61%85.49%-
XYZ52.1663.3742.74-
YUV202.42104.06117.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 160 (62.89% from 255) = 28.27%
R=33.22%
G=38.52%
B=28.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181600.1400.270.1591.0343.9474.12
HexBCDAA0E01BF5b2c4a
Octal274332240160331713354112
Binary1011110011011010101000001110011011111110110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAA0; }

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

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

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

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

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

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

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

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