Html Css Color HEX #BACCA9 Pixie Green

📋 copy color: '#BACCA9'

red 186 ◦ green 204 ◦ blue 169

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

Shades of Pixie Green #BACCA9

Tints of Pixie Green #BACCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.23%

R = 33.27%
G = 36.49%
B = 30.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#BACCA9 (or 0xBACCA9) is known color: Pixie Green. HEX triplet: BA, CC and A9. RGB value is (186,204,169). Sum of RGB (Red+Green+Blue) = 186+204+169=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCA9 is #453356. Grayscale: #C2C2C2. Windows color (decimal): -4535127 or 11127994. OLE color: 11127994.

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

Color convert

RGB 186 204 169 -
CMYK 0.09 0 0.17 0.2
HSL 90.86º 0.26% 0.73% -
HSV(B) 90.86º 0.17% 0.8% -
XYZ 49 56.49 45.86 -
YUV 194.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 186 204 169 0.09 0 0.17 0.2 90.86 0.26 0.73
Hex BA CC A9 9 0 11 14 5B 1A 49
Octal 272 314 251 11 0 21 24 133 32 111
Binary 10111010 11001100 10101001 1001 0 10001 10100 1011011 11010 1001001

Color Harmonies of #BACCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCA9

Black with #BACCA9

Text Example


Text Example

White with #BACCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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