Html Css Color HEX #BACBA7 Pixie Green

📋 copy color: '#BACBA7'

red 186 ◦ green 203 ◦ blue 167

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

Shades of Pixie Green #BACBA7

Tints of Pixie Green #BACBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.04%

R = 33.45%
G = 36.51%
B = 30.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BACBA7 (or 0xBACBA7) is known color: Pixie Green. HEX triplet: BA, CB and A7. RGB value is (186,203,167). Sum of RGB (Red+Green+Blue) = 186+203+167=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA7 is #453458. Grayscale: #C1C1C1. Windows color (decimal): -4535385 or 10996666. OLE color: 10996666.

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

Color convert

RGB 186 203 167 -
CMYK 0.08 0 0.18 0.20
HSL 88.33º 0.26% 0.73% -
HSV(B) 88.33º 0.18% 0.8% -
XYZ 48.58 55.94 44.8 -
YUV 193.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 186 203 167 0.08 0 0.18 0.20 88.33 0.26 0.73
Hex BA CB A7 8 0 12 14 58 1A 49
Octal 272 313 247 10 0 22 24 130 32 111
Binary 10111010 11001011 10100111 1000 0 10010 10100 1011000 11010 1001001

Color Harmonies of #BACBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBA7

Black with #BACBA7

Text Example


Text Example

White with #BACBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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