Html Css Color HEX #BACEA7 Pixie Green

📋 copy color: '#BACEA7'

red 186 ◦ green 206 ◦ blue 167

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

Shades of Pixie Green #BACEA7

Tints of Pixie Green #BACEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.87%

R = 33.27%
G = 36.85%
B = 29.87%

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

#BACEA7 (or 0xBACEA7) is known color: Pixie Green. HEX triplet: BA, CE and A7. RGB value is (186,206,167). Sum of RGB (Red+Green+Blue) = 186+206+167=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA7 is #453158. Grayscale: #C3C3C3. Windows color (decimal): -4534617 or 10997434. OLE color: 10997434.

HSL color Cylindrical-coordinate representation of color #BACEA7: hue angle of 90.77º degrees, saturation: 0.28, 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 #BACEA7 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 167 -
CMYK 0.10 0 0.19 0.19
HSL 90.77º 0.28% 0.73% -
HSV(B) 90.77º 0.19% 0.81% -
XYZ 49.3 57.37 45.03 -
YUV 195.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 186 206 167 0.10 0 0.19 0.19 90.77 0.28 0.73
Hex BA CE A7 A 0 13 13 5B 1C 49
Octal 272 316 247 12 0 23 23 133 34 111
Binary 10111010 11001110 10100111 1010 0 10011 10011 1011011 11100 1001001

Color Harmonies of #BACEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEA7

Black with #BACEA7

Text Example


Text Example

White with #BACEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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