#BCDCA3

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

Shades of Pixie Green #BCDCA3

Tints of Pixie Green #BCDCA3

Color information

#BCDCA3 (or 0xBCDCA3) is unknown color: approx Pixie Green. HEX triplet: BC, DC and A3. RGB value is (188,220,163). Sum of RGB (Red+Green+Blue) = 188+220+163=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCA3 is #43235C. Grayscale: #CCCCCC. Windows color (decimal): -4399965 or 10738876. OLE color: 10738876.

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

Color convert

RGB188220163-
CMYK0.1500.260.14
HSL93.68º44.88%75.1%-
HSV(B)93.68º25.91%86.27%-
XYZ52.9464.5244.31-
YUV203.93104.9116.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 163 (64.06% from 255) = 28.55%
R=32.92%
G=38.53%
B=28.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201630.1500.260.1493.6844.8875.1
HexBCDCA3F01AE5e2d4b
Octal274334243170321613655113
Binary1011110011011100101000111111011010111010111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCA3; }

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

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

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

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

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

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

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

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