Html Css Color HEX #BACAA6 Pixie Green

📋 copy color: '#BACAA6'

red 186 ◦ green 202 ◦ blue 166

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

Shades of Pixie Green #BACAA6

Tints of Pixie Green #BACAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.46%

 BLUE value IS 166 (65.23% from 255) = 29.96%

R = 33.57%
G = 36.46%
B = 29.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#BACAA6 (or 0xBACAA6) is known color: Pixie Green. HEX triplet: BA, CA and A6. RGB value is (186,202,166). Sum of RGB (Red+Green+Blue) = 186+202+166=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA6 is #453559. Grayscale: #C1C1C1. Windows color (decimal): -4535642 or 10930874. OLE color: 10930874.

HSL color Cylindrical-coordinate representation of color #BACAA6: hue angle of 86.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACAA6 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 166 -
CMYK 0.08 0 0.18 0.21
HSL 86.67º 0.25% 0.72% -
HSV(B) 86.67º 0.18% 0.79% -
XYZ 48.25 55.43 44.23 -
YUV 193.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 186 202 166 0.08 0 0.18 0.21 86.67 0.25 0.72
Hex BA CA A6 8 0 12 15 57 19 48
Octal 272 312 246 10 0 22 25 127 31 110
Binary 10111010 11001010 10100110 1000 0 10010 10101 1010111 11001 1001000

Color Harmonies of #BACAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAA6

Black with #BACAA6

Text Example


Text Example

White with #BACAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAA6; }

 p { color: rgb(186,202,166); }

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

background-color css

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

 a { background-color: rgb(186,202,166); }

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

border-color css

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

 span { border-color: rgb(186,202,166); }

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