#BCD3AC

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

Shades of Pixie Green #BCD3AC

Tints of Pixie Green #BCD3AC

Color information

#BCD3AC (or 0xBCD3AC) is unknown color: approx Pixie Green. HEX triplet: BC, D3 and AC. RGB value is (188,211,172). Sum of RGB (Red+Green+Blue) = 188+211+172=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD3AC is #432C53. Grayscale: #C7C7C7. Windows color (decimal): -4402260 or 11326396. OLE color: 11326396.

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

Color convert

RGB188211172-
CMYK0.1100.180.17
HSL95.38º30.71%75.1%-
HSV(B)95.38º18.48%82.75%-
XYZ51.4860.2647.95-
YUV199.68112.38119.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=32.92%
G=36.95%
B=30.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111720.1100.180.1795.3830.7175.1
HexBCD3ACB012115f1f4b
Octal274323254130222113737113
Binary1011110011010011101011001011010010100011011111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3AC; }

 p { color: rgb(188,211,172); }

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

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

 a { background-color: rgb(188,211,172); }

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

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

 span { border-color: rgb(188,211,172); }

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