Html Css Color HEX #BAC9AC Pixie Green

📋 copy color: '#BAC9AC'

red 186 ◦ green 201 ◦ blue 172

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

Shades of Pixie Green #BAC9AC

Tints of Pixie Green #BAC9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.96%

 BLUE value IS 172 (67.58% from 255) = 30.77%

R = 33.27%
G = 35.96%
B = 30.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#BAC9AC (or 0xBAC9AC) is known color: Pixie Green. HEX triplet: BA, C9 and AC. RGB value is (186,201,172). Sum of RGB (Red+Green+Blue) = 186+201+172=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9AC is #453653. Grayscale: #C1C1C1. Windows color (decimal): -4535892 or 11323834. OLE color: 11323834.

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

Color convert

RGB 186 201 172 -
CMYK 0.07 0 0.14 0.21
HSL 91.03º 0.21% 0.73% -
HSV(B) 91.03º 0.14% 0.79% -
XYZ 48.58 55.19 47.12 -
YUV 193.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 186 201 172 0.07 0 0.14 0.21 91.03 0.21 0.73
Hex BA C9 AC 7 0 E 15 5B 15 49
Octal 272 311 254 7 0 16 25 133 25 111
Binary 10111010 11001001 10101100 111 0 1110 10101 1011011 10101 1001001

Color Harmonies of #BAC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9AC

Black with #BAC9AC

Text Example


Text Example

White with #BAC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9AC; }

 p { color: rgb(186,201,172); }

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

background-color css

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

 a { background-color: rgb(186,201,172); }

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

border-color css

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

 span { border-color: rgb(186,201,172); }

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