#BACDA9

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

Shades of Pixie Green #BACDA9

Tints of Pixie Green #BACDA9

Color information

#BACDA9 (or 0xBACDA9) is unknown color: approx Pixie Green. HEX triplet: BA, CD and A9. RGB value is (186,205,169). Sum of RGB (Red+Green+Blue) = 186+205+169=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA9 is #453256. Grayscale: #C3C3C3. Windows color (decimal): -4534871 or 11128250. OLE color: 11128250.

HSL color Cylindrical-coordinate representation of color #BACDA9: hue angle of 91.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACDA9 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB186205169-
CMYK0.0900.180.20
HSL91.67º26.47%73.33%-
HSV(B)91.67º17.56%80.39%-
XYZ49.2456.9745.94-
YUV195.21113.21121.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=33.21%
G=36.61%
B=30.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051690.0900.180.2091.6726.4773.33
HexBACDA99012145c1a49
Octal272315251110222413432111
Binary1011101011001101101010011001010010101001011100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDA9; }

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

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

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

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

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

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

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

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