#BAACC8

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

Shades of French Grey #BAACC8

Tints of French Grey #BAACC8

Color information

#BAACC8 (or 0xBAACC8) is unknown color: approx French Grey. HEX triplet: BA, AC and C8. RGB value is (186,172,200). Sum of RGB (Red+Green+Blue) = 186+172+200=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC8 is #455337. Grayscale: #B3B3B3. Windows color (decimal): -4543288 or 13151418. OLE color: 13151418.

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

Color convert

RGB186172200-
CMYK0.070.1400.22
HSL270º20.29%72.94%-
HSV(B)270º14%78.43%-
XYZ45.4344.1160.76-
YUV179.38139.64132.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=33.33%
G=30.82%
B=35.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861722000.070.1400.2227020.2972.94
HexBAACC87E01610e1449
Octal27225431071602641624111
Binary1011101010101100110010001111110010110100001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACC8; }

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

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

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

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

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

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

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

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