Html Css Color HEX #BACEA3 Pixie Green

📋 copy color: '#BACEA3'

red 186 ◦ green 206 ◦ blue 163

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

Shades of Pixie Green #BACEA3

Tints of Pixie Green #BACEA3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

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

R = 33.51%
G = 37.12%
B = 29.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#BACEA3 (or 0xBACEA3) is known color: Pixie Green. HEX triplet: BA, CE and A3. RGB value is (186,206,163). Sum of RGB (Red+Green+Blue) = 186+206+163=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA3 is #45315C. Grayscale: #C3C3C3. Windows color (decimal): -4534621 or 10735290. OLE color: 10735290.

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

Color convert

RGB 186 206 163 -
CMYK 0.10 0 0.21 0.19
HSL 87.91º 0.3% 0.72% -
HSV(B) 87.91º 0.21% 0.81% -
XYZ 48.93 57.23 43.12 -
YUV 195.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 186 206 163 0.10 0 0.21 0.19 87.91 0.3 0.72
Hex BA CE A3 A 0 15 13 58 1E 48
Octal 272 316 243 12 0 25 23 130 36 110
Binary 10111010 11001110 10100011 1010 0 10101 10011 1011000 11110 1001000

Color Harmonies of #BACEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEA3

Black with #BACEA3

Text Example


Text Example

White with #BACEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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