#BCD1AE

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

Shades of Pixie Green #BCD1AE

Tints of Pixie Green #BCD1AE

Color information

#BCD1AE (or 0xBCD1AE) is unknown color: approx Pixie Green. HEX triplet: BC, D1 and AE. RGB value is (188,209,174). Sum of RGB (Red+Green+Blue) = 188+209+174=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD1AE is #432E51. Grayscale: #C6C6C6. Windows color (decimal): -4402770 or 11456956. OLE color: 11456956.

HSL color Cylindrical-coordinate representation of color #BCD1AE: hue angle of 96º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD1AE is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB188209174-
CMYK0.1000.170.18
HSL96º27.56%75.1%-
HSV(B)96º16.75%81.96%-
XYZ51.1859.3548.8-
YUV198.73114.04120.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=32.92%
G=36.60%
B=30.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091740.1000.170.189627.5675.1
HexBCD1AEA01112601c4b
Octal274321256120212214034113
Binary1011110011010001101011101010010001100101100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1AE; }

 p { color: rgb(188,209,174); }

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

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

 a { background-color: rgb(188,209,174); }

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

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

 span { border-color: rgb(188,209,174); }

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