Html Css Color HEX #BACCA6 Pixie Green

📋 copy color: '#BACCA6'

red 186 ◦ green 204 ◦ blue 166

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

Shades of Pixie Green #BACCA6

Tints of Pixie Green #BACCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

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

R = 33.45%
G = 36.69%
B = 29.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#BACCA6 (or 0xBACCA6) is known color: Pixie Green. HEX triplet: BA, CC and A6. RGB value is (186,204,166). Sum of RGB (Red+Green+Blue) = 186+204+166=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCA6 is #453359. Grayscale: #C2C2C2. Windows color (decimal): -4535130 or 10931386. OLE color: 10931386.

HSL color Cylindrical-coordinate representation of color #BACCA6: hue angle of 88.42º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACCA6 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 166 -
CMYK 0.09 0 0.19 0.2
HSL 88.42º 0.27% 0.73% -
HSV(B) 88.42º 0.19% 0.8% -
XYZ 48.73 56.38 44.39 -
YUV 194.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 186 204 166 0.09 0 0.19 0.2 88.42 0.27 0.73
Hex BA CC A6 9 0 13 14 58 1B 49
Octal 272 314 246 11 0 23 24 130 33 111
Binary 10111010 11001100 10100110 1001 0 10011 10100 1011000 11011 1001001

Color Harmonies of #BACCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCA6

Black with #BACCA6

Text Example


Text Example

White with #BACCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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