Html Css Color HEX #BAC8A9 Pixie Green

📋 copy color: '#BAC8A9'

red 186 ◦ green 200 ◦ blue 169

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

Shades of Pixie Green #BAC8A9

Tints of Pixie Green #BAC8A9

RGB

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

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

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

R = 33.51%
G = 36.04%
B = 30.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BAC8A9 (or 0xBAC8A9) is known color: Pixie Green. HEX triplet: BA, C8 and A9. RGB value is (186,200,169). Sum of RGB (Red+Green+Blue) = 186+200+169=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8A9 is #453756. Grayscale: #C0C0C0. Windows color (decimal): -4536151 or 11126970. OLE color: 11126970.

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

Color convert

RGB 186 200 169 -
CMYK 0.07 0 0.16 0.22
HSL 87.1º 0.22% 0.72% -
HSV(B) 87.1º 0.16% 0.78% -
XYZ 48.07 54.61 45.54 -
YUV 192.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 186 200 169 0.07 0 0.16 0.22 87.1 0.22 0.72
Hex BA C8 A9 7 0 10 16 57 16 48
Octal 272 310 251 7 0 20 26 127 26 110
Binary 10111010 11001000 10101001 111 0 10000 10110 1010111 10110 1001000

Color Harmonies of #BAC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8A9

Black with #BAC8A9

Text Example


Text Example

White with #BAC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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