#BACAAD

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

Shades of Pixie Green #BACAAD

Tints of Pixie Green #BACAAD

Color information

#BACAAD (or 0xBACAAD) is unknown color: approx Pixie Green. HEX triplet: BA, CA and AD. RGB value is (186,202,173). Sum of RGB (Red+Green+Blue) = 186+202+173=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAAD is #453552. Grayscale: #C2C2C2. Windows color (decimal): -4535635 or 11389626. OLE color: 11389626.

HSL color Cylindrical-coordinate representation of color #BACAAD: hue angle of 93.1º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACAAD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB186202173-
CMYK0.0800.140.21
HSL93.1º21.48%73.53%-
HSV(B)93.1º14.36%79.22%-
XYZ48.9155.747.71-
YUV193.91116.2122.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=33.16%
G=36.01%
B=30.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021730.0800.140.2193.121.4873.53
HexBACAAD80E155d154a
Octal272312255100162513525112
Binary101110101100101010101101100001110101011011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAAD; }

 p { color: rgb(186,202,173); }

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

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

 a { background-color: rgb(186,202,173); }

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

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

 span { border-color: rgb(186,202,173); }

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