Html Css Color HEX #BAD2AB Pixie Green

📋 copy color: '#BAD2AB'

red 186 ◦ green 210 ◦ blue 171

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

Shades of Pixie Green #BAD2AB

Tints of Pixie Green #BAD2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 32.8%
G = 37.04%
B = 30.16%

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

#BAD2AB (or 0xBAD2AB) is known color: Pixie Green. HEX triplet: BA, D2 and AB. RGB value is (186,210,171). Sum of RGB (Red+Green+Blue) = 186+210+171=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD2AB is #452D54. Grayscale: #C6C6C6. Windows color (decimal): -4533589 or 11260602. OLE color: 11260602.

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

Color convert

RGB 186 210 171 -
CMYK 0.11 0 0.19 0.18
HSL 96.92º 0.3% 0.75% -
HSV(B) 96.92º 0.19% 0.82% -
XYZ 50.65 59.47 47.34 -
YUV 198.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 186 210 171 0.11 0 0.19 0.18 96.92 0.3 0.75
Hex BA D2 AB B 0 13 12 61 1E 4B
Octal 272 322 253 13 0 23 22 141 36 113
Binary 10111010 11010010 10101011 1011 0 10011 10010 1100001 11110 1001011

Color Harmonies of #BAD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2AB

Black with #BAD2AB

Text Example


Text Example

White with #BAD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2AB; }

 p { color: rgb(186,210,171); }

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

background-color css

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

 a { background-color: rgb(186,210,171); }

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

border-color css

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

 span { border-color: rgb(186,210,171); }

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