Html Css Color HEX #BAC8AB Pixie Green

📋 copy color: '#BAC8AB'

red 186 ◦ green 200 ◦ blue 171

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

Shades of Pixie Green #BAC8AB

Tints of Pixie Green #BAC8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.91%

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

R = 33.39%
G = 35.91%
B = 30.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BAC8AB (or 0xBAC8AB) is known color: Pixie Green. HEX triplet: BA, C8 and AB. RGB value is (186,200,171). Sum of RGB (Red+Green+Blue) = 186+200+171=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AB is #453754. Grayscale: #C0C0C0. Windows color (decimal): -4536149 or 11258042. OLE color: 11258042.

HSL color Cylindrical-coordinate representation of color #BAC8AB: hue angle of 88.97º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC8AB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 171 -
CMYK 0.07 0 0.14 0.22
HSL 88.97º 0.21% 0.73% -
HSV(B) 88.97º 0.15% 0.78% -
XYZ 48.25 54.69 46.54 -
YUV 192.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 186 200 171 0.07 0 0.14 0.22 88.97 0.21 0.73
Hex BA C8 AB 7 0 E 16 59 15 49
Octal 272 310 253 7 0 16 26 131 25 111
Binary 10111010 11001000 10101011 111 0 1110 10110 1011001 10101 1001001

Color Harmonies of #BAC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8AB

Black with #BAC8AB

Text Example


Text Example

White with #BAC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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