Html Css Color HEX #BACAAB Pixie Green

📋 copy color: '#BACAAB'

red 186 ◦ green 202 ◦ blue 171

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

Shades of Pixie Green #BACAAB

Tints of Pixie Green #BACAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 33.27%
G = 36.14%
B = 30.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BACAAB (or 0xBACAAB) is known color: Pixie Green. HEX triplet: BA, CA and AB. RGB value is (186,202,171). Sum of RGB (Red+Green+Blue) = 186+202+171=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAAB is #453554. Grayscale: #C1C1C1. Windows color (decimal): -4535637 or 11258554. OLE color: 11258554.

HSL color Cylindrical-coordinate representation of color #BACAAB: hue angle of 90.97º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACAAB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 171 -
CMYK 0.08 0 0.15 0.21
HSL 90.97º 0.23% 0.73% -
HSV(B) 90.97º 0.15% 0.79% -
XYZ 48.72 55.62 46.7 -
YUV 193.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 186 202 171 0.08 0 0.15 0.21 90.97 0.23 0.73
Hex BA CA AB 8 0 F 15 5B 17 49
Octal 272 312 253 10 0 17 25 133 27 111
Binary 10111010 11001010 10101011 1000 0 1111 10101 1011011 10111 1001001

Color Harmonies of #BACAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAAB

Black with #BACAAB

Text Example


Text Example

White with #BACAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAAB; }

 p { color: rgb(186,202,171); }

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

background-color css

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

 a { background-color: rgb(186,202,171); }

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

border-color css

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

 span { border-color: rgb(186,202,171); }

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