#BCD1A1

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

Shades of Pixie Green #BCD1A1

Tints of Pixie Green #BCD1A1

Color information

#BCD1A1 (or 0xBCD1A1) is unknown color: approx Pixie Green. HEX triplet: BC, D1 and A1. RGB value is (188,209,161). Sum of RGB (Red+Green+Blue) = 188+209+161=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD1A1 is #432E5E. Grayscale: #C5C5C5. Windows color (decimal): -4402783 or 10604988. OLE color: 10604988.

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

Color convert

RGB188209161-
CMYK0.1000.230.18
HSL86.25º34.29%72.55%-
HSV(B)86.25º22.97%81.96%-
XYZ49.9758.8742.45-
YUV197.25107.54121.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=33.69%
G=37.46%
B=28.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091610.1000.230.1886.2534.2972.55
HexBCD1A1A01712562249
Octal274321241120272212642111
Binary10111100110100011010000110100101111001010101101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1A1; }

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

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

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

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

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

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

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

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