Html Css Color HEX #BACBA9 Pixie Green

📋 copy color: '#BACBA9'

red 186 ◦ green 203 ◦ blue 169

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

Shades of Pixie Green #BACBA9

Tints of Pixie Green #BACBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.38%

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 33.33%
G = 36.38%
B = 30.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BACBA9 (or 0xBACBA9) is known color: Pixie Green. HEX triplet: BA, CB and A9. RGB value is (186,203,169). Sum of RGB (Red+Green+Blue) = 186+203+169=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA9 is #453456. Grayscale: #C2C2C2. Windows color (decimal): -4535383 or 11127738. OLE color: 11127738.

HSL color Cylindrical-coordinate representation of color #BACBA9: hue angle of 90º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACBA9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 169 -
CMYK 0.08 0 0.17 0.20
HSL 90º 0.25% 0.73% -
HSV(B) 90º 0.17% 0.8% -
XYZ 48.77 56.02 45.78 -
YUV 194.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 186 203 169 0.08 0 0.17 0.20 90 0.25 0.73
Hex BA CB A9 8 0 11 14 5A 19 49
Octal 272 313 251 10 0 21 24 132 31 111
Binary 10111010 11001011 10101001 1000 0 10001 10100 1011010 11001 1001001

Color Harmonies of #BACBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBA9

Black with #BACBA9

Text Example


Text Example

White with #BACBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBA9; }

 p { color: rgb(186,203,169); }

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

background-color css

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

 a { background-color: rgb(186,203,169); }

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

border-color css

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

 span { border-color: rgb(186,203,169); }

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