#BCCEAC

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

Shades of Pixie Green #BCCEAC

Tints of Pixie Green #BCCEAC

Color information

#BCCEAC (or 0xBCCEAC) is unknown color: approx Pixie Green. HEX triplet: BC, CE and AC. RGB value is (188,206,172). Sum of RGB (Red+Green+Blue) = 188+206+172=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAC is #433153. Grayscale: #C4C4C4. Windows color (decimal): -4403540 or 11325116. OLE color: 11325116.

HSL color Cylindrical-coordinate representation of color #BCCEAC: hue angle of 91.76º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCEAC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB188206172-
CMYK0.0900.170.19
HSL91.76º25.76%74.12%-
HSV(B)91.76º16.5%80.78%-
XYZ50.2657.8147.54-
YUV196.74114.04121.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=33.22%
G=36.40%
B=30.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061720.0900.170.1991.7625.7674.12
HexBCCEAC9011135c1a4a
Octal274316254110212313432112
Binary1011110011001110101011001001010001100111011100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEAC; }

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

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

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

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

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

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

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

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