Html Css Color HEX #BACBAB Pixie Green

📋 copy color: '#BACBAB'

red 186 ◦ green 203 ◦ blue 171

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

Shades of Pixie Green #BACBAB

Tints of Pixie Green #BACBAB

RGB

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

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

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

R = 33.21%
G = 36.25%
B = 30.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BACBAB (or 0xBACBAB) is known color: Pixie Green. HEX triplet: BA, CB and AB. RGB value is (186,203,171). Sum of RGB (Red+Green+Blue) = 186+203+171=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAB is #453454. Grayscale: #C2C2C2. Windows color (decimal): -4535381 or 11258810. OLE color: 11258810.

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

Color convert

RGB 186 203 171 -
CMYK 0.08 0 0.16 0.20
HSL 91.88º 0.24% 0.73% -
HSV(B) 91.88º 0.16% 0.8% -
XYZ 48.96 56.09 46.77 -
YUV 194.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 186 203 171 0.08 0 0.16 0.20 91.88 0.24 0.73
Hex BA CB AB 8 0 10 14 5C 18 49
Octal 272 313 253 10 0 20 24 134 30 111
Binary 10111010 11001011 10101011 1000 0 10000 10100 1011100 11000 1001001

Color Harmonies of #BACBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBAB

Black with #BACBAB

Text Example


Text Example

White with #BACBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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