Html Css Color HEX #BAC8AA Pixie Green

📋 copy color: '#BAC8AA'

red 186 ◦ green 200 ◦ blue 170

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

Shades of Pixie Green #BAC8AA

Tints of Pixie Green #BAC8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.58%

R = 33.45%
G = 35.97%
B = 30.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#BAC8AA (or 0xBAC8AA) is known color: Pixie Green. HEX triplet: BA, C8 and AA. RGB value is (186,200,170). Sum of RGB (Red+Green+Blue) = 186+200+170=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AA is #453755. Grayscale: #C0C0C0. Windows color (decimal): -4536150 or 11192506. OLE color: 11192506.

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

Color convert

RGB 186 200 170 -
CMYK 0.07 0 0.15 0.22
HSL 88º 0.21% 0.73% -
HSV(B) 88º 0.15% 0.78% -
XYZ 48.16 54.65 46.04 -
YUV 192.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 186 200 170 0.07 0 0.15 0.22 88 0.21 0.73
Hex BA C8 AA 7 0 F 16 58 15 49
Octal 272 310 252 7 0 17 26 130 25 111
Binary 10111010 11001000 10101010 111 0 1111 10110 1011000 10101 1001001

Color Harmonies of #BAC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8AA

Black with #BAC8AA

Text Example


Text Example

White with #BAC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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