Html Css Color HEX #BACEAC Pixie Green

📋 copy color: '#BACEAC'

red 186 ◦ green 206 ◦ blue 172

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

Shades of Pixie Green #BACEAC

Tints of Pixie Green #BACEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.5%

R = 32.98%
G = 36.52%
B = 30.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BACEAC (or 0xBACEAC) is known color: Pixie Green. HEX triplet: BA, CE and AC. RGB value is (186,206,172). Sum of RGB (Red+Green+Blue) = 186+206+172=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAC is #453153. Grayscale: #C4C4C4. Windows color (decimal): -4534612 or 11325114. OLE color: 11325114.

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

Color convert

RGB 186 206 172 -
CMYK 0.10 0 0.17 0.19
HSL 95.29º 0.26% 0.74% -
HSV(B) 95.29º 0.17% 0.81% -
XYZ 49.77 57.56 47.52 -
YUV 196.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 186 206 172 0.10 0 0.17 0.19 95.29 0.26 0.74
Hex BA CE AC A 0 11 13 5F 1A 4A
Octal 272 316 254 12 0 21 23 137 32 112
Binary 10111010 11001110 10101100 1010 0 10001 10011 1011111 11010 1001010

Color Harmonies of #BACEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEAC

Black with #BACEAC

Text Example


Text Example

White with #BACEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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