Html Css Color HEX #BACEA6 Pixie Green

📋 copy color: '#BACEA6'

red 186 ◦ green 206 ◦ blue 166

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

Shades of Pixie Green #BACEA6

Tints of Pixie Green #BACEA6

RGB

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

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

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

R = 33.33%
G = 36.92%
B = 29.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#BACEA6 (or 0xBACEA6) is known color: Pixie Green. HEX triplet: BA, CE and A6. RGB value is (186,206,166). Sum of RGB (Red+Green+Blue) = 186+206+166=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA6 is #453159. Grayscale: #C3C3C3. Windows color (decimal): -4534618 or 10931898. OLE color: 10931898.

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

Color convert

RGB 186 206 166 -
CMYK 0.10 0 0.19 0.19
HSL 90º 0.29% 0.73% -
HSV(B) 90º 0.19% 0.81% -
XYZ 49.2 57.33 44.55 -
YUV 195.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 186 206 166 0.10 0 0.19 0.19 90 0.29 0.73
Hex BA CE A6 A 0 13 13 5A 1D 49
Octal 272 316 246 12 0 23 23 132 35 111
Binary 10111010 11001110 10100110 1010 0 10011 10011 1011010 11101 1001001

Color Harmonies of #BACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEA6

Black with #BACEA6

Text Example


Text Example

White with #BACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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