Html Css Color HEX #BAD1A9 Pixie Green

📋 copy color: '#BAD1A9'

red 186 ◦ green 209 ◦ blue 169

#BAD1A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #BAD1A9

Tints of Pixie Green #BAD1A9

RGB

 RED value IS 186 (73.05% from 255) = 32.98%

 GREEN value IS 209 (82.03% from 255) = 37.06%

 BLUE value IS 169 (66.41% from 255) = 29.96%

R = 32.98%
G = 37.06%
B = 29.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#BAD1A9 (or 0xBAD1A9) is known color: Pixie Green. HEX triplet: BA, D1 and A9. RGB value is (186,209,169). Sum of RGB (Red+Green+Blue) = 186+209+169=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD1A9 is #452E56. Grayscale: #C5C5C5. Windows color (decimal): -4533847 or 11129274. OLE color: 11129274.

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

Color convert

RGB 186 209 169 -
CMYK 0.11 0 0.19 0.18
HSL 94.5º 0.3% 0.74% -
HSV(B) 94.5º 0.19% 0.82% -
XYZ 50.21 58.9 46.26 -
YUV 197.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 186 209 169 0.11 0 0.19 0.18 94.5 0.3 0.74
Hex BA D1 A9 B 0 13 12 5E 1E 4A
Octal 272 321 251 13 0 23 22 136 36 112
Binary 10111010 11010001 10101001 1011 0 10011 10010 1011110 11110 1001010

Color Harmonies of #BAD1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD1A9

Black with #BAD1A9

Text Example


Text Example

White with #BAD1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD1A9; }

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

 H1.HeaderClassName
 {
   color: #BAD1A9;
 }
 .AnyTagClassName
 {
   color: #BAD1A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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