Html Css Color HEX #BAC9AA Pixie Green

📋 copy color: '#BAC9AA'

red 186 ◦ green 201 ◦ blue 170

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

Shades of Pixie Green #BAC9AA

Tints of Pixie Green #BAC9AA

RGB

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

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

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

R = 33.39%
G = 36.09%
B = 30.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BAC9AA (or 0xBAC9AA) is known color: Pixie Green. HEX triplet: BA, C9 and AA. RGB value is (186,201,170). Sum of RGB (Red+Green+Blue) = 186+201+170=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9AA is #453655. Grayscale: #C1C1C1. Windows color (decimal): -4535894 or 11192762. OLE color: 11192762.

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

Color convert

RGB 186 201 170 -
CMYK 0.07 0 0.15 0.21
HSL 89.03º 0.22% 0.73% -
HSV(B) 89.03º 0.15% 0.79% -
XYZ 48.39 55.11 46.12 -
YUV 192.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 186 201 170 0.07 0 0.15 0.21 89.03 0.22 0.73
Hex BA C9 AA 7 0 F 15 59 16 49
Octal 272 311 252 7 0 17 25 131 26 111
Binary 10111010 11001001 10101010 111 0 1111 10101 1011001 10110 1001001

Color Harmonies of #BAC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9AA

Black with #BAC9AA

Text Example


Text Example

White with #BAC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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