#BAD1AD

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

Shades of Pixie Green #BAD1AD

Tints of Pixie Green #BAD1AD

Color information

#BAD1AD (or 0xBAD1AD) is unknown color: approx Pixie Green. HEX triplet: BA, D1 and AD. RGB value is (186,209,173). Sum of RGB (Red+Green+Blue) = 186+209+173=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD1AD is #452E52. Grayscale: #C6C6C6. Windows color (decimal): -4533843 or 11391418. OLE color: 11391418.

HSL color Cylindrical-coordinate representation of color #BAD1AD: hue angle of 98.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD1AD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB186209173-
CMYK0.1100.170.18
HSL98.33º28.13%74.9%-
HSV(B)98.33º17.22%81.96%-
XYZ50.5959.0648.27-
YUV198.02113.88119.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=32.75%
G=36.80%
B=30.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091730.1100.170.1898.3328.1374.9
HexBAD1ADB01112621c4b
Octal272321255130212214234113
Binary1011101011010001101011011011010001100101100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1AD; }

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

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

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

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

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

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

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

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