#BCD2AC

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

Shades of Pixie Green #BCD2AC

Tints of Pixie Green #BCD2AC

Color information

#BCD2AC (or 0xBCD2AC) is unknown color: approx Pixie Green. HEX triplet: BC, D2 and AC. RGB value is (188,210,172). Sum of RGB (Red+Green+Blue) = 188+210+172=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD2AC is #432D53. Grayscale: #C7C7C7. Windows color (decimal): -4402516 or 11326140. OLE color: 11326140.

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

Color convert

RGB188210172-
CMYK0.1000.180.18
HSL94.74º29.69%74.9%-
HSV(B)94.74º18.1%82.35%-
XYZ51.2359.7647.86-
YUV199.09112.71120.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=32.98%
G=36.84%
B=30.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101720.1000.180.1894.7429.6974.9
HexBCD2ACA012125f1e4b
Octal274322254120222213736113
Binary1011110011010010101011001010010010100101011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2AC; }

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

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

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

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

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

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

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

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