#BACBAD

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

Shades of Pixie Green #BACBAD

Tints of Pixie Green #BACBAD

Color information

#BACBAD (or 0xBACBAD) is unknown color: approx Pixie Green. HEX triplet: BA, CB and AD. RGB value is (186,203,173). Sum of RGB (Red+Green+Blue) = 186+203+173=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAD is #453452. Grayscale: #C2C2C2. Windows color (decimal): -4535379 or 11389882. OLE color: 11389882.

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

Color convert

RGB186203173-
CMYK0.0800.150.20
HSL94º22.39%73.73%-
HSV(B)94º14.78%79.61%-
XYZ49.1556.1747.79-
YUV194.5115.87121.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=33.10%
G=36.12%
B=30.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031730.0800.150.209422.3973.73
HexBACBAD80F145e164a
Octal272313255100172413626112
Binary101110101100101110101101100001111101001011110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBAD; }

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

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

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

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

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

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

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

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