Html Css Color HEX #BACEA8 Pixie Green

📋 copy color: '#BACEA8'

red 186 ◦ green 206 ◦ blue 168

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

Shades of Pixie Green #BACEA8

Tints of Pixie Green #BACEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30%

R = 33.21%
G = 36.79%
B = 30%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#BACEA8 (or 0xBACEA8) is known color: Pixie Green. HEX triplet: BA, CE and A8. RGB value is (186,206,168). Sum of RGB (Red+Green+Blue) = 186+206+168=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA8 is #453157. Grayscale: #C3C3C3. Windows color (decimal): -4534616 or 11062970. OLE color: 11062970.

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

Color convert

RGB 186 206 168 -
CMYK 0.10 0 0.18 0.19
HSL 91.58º 0.28% 0.73% -
HSV(B) 91.58º 0.18% 0.81% -
XYZ 49.39 57.41 45.52 -
YUV 195.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 186 206 168 0.10 0 0.18 0.19 91.58 0.28 0.73
Hex BA CE A8 A 0 12 13 5C 1C 49
Octal 272 316 250 12 0 22 23 134 34 111
Binary 10111010 11001110 10101000 1010 0 10010 10011 1011100 11100 1001001

Color Harmonies of #BACEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEA8

Black with #BACEA8

Text Example


Text Example

White with #BACEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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