#BCD9A1

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

Shades of Pixie Green #BCD9A1

Tints of Pixie Green #BCD9A1

Color information

#BCD9A1 (or 0xBCD9A1) is unknown color: approx Pixie Green. HEX triplet: BC, D9 and A1. RGB value is (188,217,161). Sum of RGB (Red+Green+Blue) = 188+217+161=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9A1 is #43265E. Grayscale: #CACACA. Windows color (decimal): -4400735 or 10607036. OLE color: 10607036.

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

Color convert

RGB188217161-
CMYK0.1300.260.15
HSL91.07º42.42%74.12%-
HSV(B)91.07º25.81%85.1%-
XYZ51.9862.8943.12-
YUV201.94104.89118.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 161 (63.28% from 255) = 28.45%
R=33.22%
G=38.34%
B=28.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171610.1300.260.1591.0742.4274.12
HexBCD9A1D01AF5b2a4a
Octal274331241150321713352112
Binary1011110011011001101000011101011010111110110111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9A1; }

 p { color: rgb(188,217,161); }

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

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

 a { background-color: rgb(188,217,161); }

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

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

 span { border-color: rgb(188,217,161); }

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