#BCD5AC

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

Shades of Pixie Green #BCD5AC

Tints of Pixie Green #BCD5AC

Color information

#BCD5AC (or 0xBCD5AC) is unknown color: approx Pixie Green. HEX triplet: BC, D5 and AC. RGB value is (188,213,172). Sum of RGB (Red+Green+Blue) = 188+213+172=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5AC is #432A53. Grayscale: #C8C8C8. Windows color (decimal): -4401748 or 11326908. OLE color: 11326908.

HSL color Cylindrical-coordinate representation of color #BCD5AC: hue angle of 96.59º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD5AC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB188213172-
CMYK0.1200.190.16
HSL96.59º32.8%75.49%-
HSV(B)96.59º19.25%83.53%-
XYZ51.9861.2648.11-
YUV200.85111.72118.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=32.81%
G=37.17%
B=30.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131720.1200.190.1696.5932.875.49
HexBCD5ACC0131061214b
Octal274325254140232014141113
Binary10111100110101011010110011000100111000011000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5AC; }

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

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

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

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

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

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

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

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