#BAAEC6

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

Shades of French Grey #BAAEC6

Tints of French Grey #BAAEC6

Color information

#BAAEC6 (or 0xBAAEC6) is unknown color: approx French Grey. HEX triplet: BA, AE and C6. RGB value is (186,174,198). Sum of RGB (Red+Green+Blue) = 186+174+198=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC6 is #455139. Grayscale: #B4B4B4. Windows color (decimal): -4542778 or 13020858. OLE color: 13020858.

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

Color convert

RGB186174198-
CMYK0.060.1200.22
HSL270º17.39%72.94%-
HSV(B)270º12.12%77.65%-
XYZ45.5844.7959.67-
YUV180.32137.98132.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=33.33%
G=31.18%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861741980.060.1200.2227017.3972.94
HexBAAEC66C01610e1149
Octal27225630661402641621111
Binary1011101010101110110001101101100010110100001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC6; }

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

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

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

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

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

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

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

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