#BCD4AC

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

Shades of Pixie Green #BCD4AC

Tints of Pixie Green #BCD4AC

Color information

#BCD4AC (or 0xBCD4AC) is unknown color: approx Pixie Green. HEX triplet: BC, D4 and AC. RGB value is (188,212,172). Sum of RGB (Red+Green+Blue) = 188+212+172=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AC is #432B53. Grayscale: #C8C8C8. Windows color (decimal): -4402004 or 11326652. OLE color: 11326652.

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

Color convert

RGB188212172-
CMYK0.1100.190.17
HSL96º31.75%75.29%-
HSV(B)96º18.87%83.14%-
XYZ51.7360.7648.03-
YUV200.26112.05119.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=32.87%
G=37.06%
B=30.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121720.1100.190.179631.7575.29
HexBCD4ACB0131160204b
Octal274324254130232114040113
Binary10111100110101001010110010110100111000111000001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4AC; }

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

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

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

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

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

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

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

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