#BAACC6

Color #BAACC6 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BAACC6

Tints of French Grey #BAACC6

Color information

#BAACC6 (or 0xBAACC6) is unknown color: approx French Grey. HEX triplet: BA, AC and C6. RGB value is (186,172,198). Sum of RGB (Red+Green+Blue) = 186+172+198=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC6 is #455339. Grayscale: #B3B3B3. Windows color (decimal): -4543290 or 13020346. OLE color: 13020346.

HSL color Cylindrical-coordinate representation of color #BAACC6: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAACC6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186172198-
CMYK0.060.1300.22
HSL272.31º18.57%72.55%-
HSV(B)272.31º13.13%77.65%-
XYZ45.244.0259.54-
YUV179.15138.64132.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=33.45%
G=30.94%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861721980.060.1300.22272.3118.5772.55
HexBAACC66D0161101349
Octal27225430661502642023111
Binary1011101010101100110001101101101010110100010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACC6; }

 p { color: rgb(186,172,198); }

 H1.HeaderClassName
 {
   color: #BAACC6;
 }
 .AnyTagClassName
 {
   color: #BAACC6;
 }
</style>
background-color css

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

 a { background-color: rgb(186,172,198); }

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

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

 span { border-color: rgb(186,172,198); }

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