Html Css Color HEX #BAC8AC Pixie Green

📋 copy color: '#BAC8AC'

red 186 ◦ green 200 ◦ blue 172

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

Shades of Pixie Green #BAC8AC

Tints of Pixie Green #BAC8AC

RGB

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

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

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

R = 33.33%
G = 35.84%
B = 30.82%

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

#BAC8AC (or 0xBAC8AC) is known color: Pixie Green. HEX triplet: BA, C8 and AC. RGB value is (186,200,172). Sum of RGB (Red+Green+Blue) = 186+200+172=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AC is #453753. Grayscale: #C0C0C0. Windows color (decimal): -4536148 or 11323578. OLE color: 11323578.

HSL color Cylindrical-coordinate representation of color #BAC8AC: hue angle of 90º degrees, saturation: 0.2, 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 #BAC8AC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 172 -
CMYK 0.07 0 0.14 0.22
HSL 90º 0.2% 0.73% -
HSV(B) 90º 0.14% 0.78% -
XYZ 48.35 54.73 47.04 -
YUV 192.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 186 200 172 0.07 0 0.14 0.22 90 0.2 0.73
Hex BA C8 AC 7 0 E 16 5A 14 49
Octal 272 310 254 7 0 16 26 132 24 111
Binary 10111010 11001000 10101100 111 0 1110 10110 1011010 10100 1001001

Color Harmonies of #BAC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8AC

Black with #BAC8AC

Text Example


Text Example

White with #BAC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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