Html Css Color HEX #BACAA3 Pixie Green

📋 copy color: '#BACAA3'

red 186 ◦ green 202 ◦ blue 163

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

Shades of Pixie Green #BACAA3

Tints of Pixie Green #BACAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.58%

R = 33.76%
G = 36.66%
B = 29.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#BACAA3 (or 0xBACAA3) is known color: Pixie Green. HEX triplet: BA, CA and A3. RGB value is (186,202,163). Sum of RGB (Red+Green+Blue) = 186+202+163=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA3 is #45355C. Grayscale: #C0C0C0. Windows color (decimal): -4535645 or 10734266. OLE color: 10734266.

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

Color convert

RGB 186 202 163 -
CMYK 0.08 0 0.19 0.21
HSL 84.62º 0.27% 0.72% -
HSV(B) 84.62º 0.19% 0.79% -
XYZ 47.98 55.32 42.8 -
YUV 192.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 186 202 163 0.08 0 0.19 0.21 84.62 0.27 0.72
Hex BA CA A3 8 0 13 15 55 1B 48
Octal 272 312 243 10 0 23 25 125 33 110
Binary 10111010 11001010 10100011 1000 0 10011 10101 1010101 11011 1001000

Color Harmonies of #BACAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAA3

Black with #BACAA3

Text Example


Text Example

White with #BACAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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