#BAACC5

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

Shades of French Grey #BAACC5

Tints of French Grey #BAACC5

Color information

#BAACC5 (or 0xBAACC5) is unknown color: approx French Grey. HEX triplet: BA, AC and C5. RGB value is (186,172,197). Sum of RGB (Red+Green+Blue) = 186+172+197=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC5 is #45533A. Grayscale: #B2B2B2. Windows color (decimal): -4543291 or 12954810. OLE color: 12954810.

HSL color Cylindrical-coordinate representation of color #BAACC5: hue angle of 273.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAACC5 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186172197-
CMYK0.060.1300.23
HSL273.6º17.73%72.35%-
HSV(B)273.6º12.69%77.25%-
XYZ45.0843.9858.94-
YUV179.04138.14132.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=33.51%
G=30.99%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861721970.060.1300.23273.617.7372.35
HexBAACC56D0171121248
Octal27225430561502742222110
Binary1011101010101100110001011101101010111100010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACC5; }

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

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

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

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

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

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

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

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