#BACDAD

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

Shades of Pixie Green #BACDAD

Tints of Pixie Green #BACDAD

Color information

#BACDAD (or 0xBACDAD) is unknown color: approx Pixie Green. HEX triplet: BA, CD and AD. RGB value is (186,205,173). Sum of RGB (Red+Green+Blue) = 186+205+173=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDAD is #453252. Grayscale: #C3C3C3. Windows color (decimal): -4534867 or 11390394. OLE color: 11390394.

HSL color Cylindrical-coordinate representation of color #BACDAD: hue angle of 95.62º 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 #BACDAD is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB186205173-
CMYK0.0900.160.20
HSL95.62º24.24%74.12%-
HSV(B)95.62º15.61%80.39%-
XYZ49.6257.1247.94-
YUV195.67115.21121.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=32.98%
G=36.35%
B=30.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051730.0900.160.2095.6224.2474.12
HexBACDAD90101460184a
Octal272315255110202414030112
Binary1011101011001101101011011001010000101001100000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDAD; }

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

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

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

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

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

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

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

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