#BCCCAC

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

Shades of Pixie Green #BCCCAC

Tints of Pixie Green #BCCCAC

Color information

#BCCCAC (or 0xBCCCAC) is unknown color: approx Pixie Green. HEX triplet: BC, CC and AC. RGB value is (188,204,172). Sum of RGB (Red+Green+Blue) = 188+204+172=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAC is #433353. Grayscale: #C3C3C3. Windows color (decimal): -4404052 or 11324604. OLE color: 11324604.

HSL color Cylindrical-coordinate representation of color #BCCCAC: hue angle of 90º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCCAC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB188204172-
CMYK0.0800.160.2
HSL90º23.88%73.73%-
HSV(B)90º15.69%80%-
XYZ49.7856.8647.38-
YUV195.57114.7122.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=33.33%
G=36.17%
B=30.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041720.0800.160.29023.8873.73
HexBCCCAC8010145a184a
Octal274314254100202413230112
Binary1011110011001100101011001000010000101001011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCAC; }

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

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

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

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

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

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

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

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