Html Css Color HEX #BAC9AB Pixie Green

📋 copy color: '#BAC9AB'

red 186 ◦ green 201 ◦ blue 171

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

Shades of Pixie Green #BAC9AB

Tints of Pixie Green #BAC9AB

RGB

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

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

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

R = 33.33%
G = 36.02%
B = 30.65%

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

#BAC9AB (or 0xBAC9AB) is known color: Pixie Green. HEX triplet: BA, C9 and AB. RGB value is (186,201,171). Sum of RGB (Red+Green+Blue) = 186+201+171=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9AB is #453654. Grayscale: #C1C1C1. Windows color (decimal): -4535893 or 11258298. OLE color: 11258298.

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

Color convert

RGB 186 201 171 -
CMYK 0.07 0 0.15 0.21
HSL 90º 0.22% 0.73% -
HSV(B) 90º 0.15% 0.79% -
XYZ 48.49 55.15 46.62 -
YUV 193.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 186 201 171 0.07 0 0.15 0.21 90 0.22 0.73
Hex BA C9 AB 7 0 F 15 5A 16 49
Octal 272 311 253 7 0 17 25 132 26 111
Binary 10111010 11001001 10101011 111 0 1111 10101 1011010 10110 1001001

Color Harmonies of #BAC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9AB

Black with #BAC9AB

Text Example


Text Example

White with #BAC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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