#BAAEC5

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

Shades of French Grey #BAAEC5

Tints of French Grey #BAAEC5

Color information

#BAAEC5 (or 0xBAAEC5) is unknown color: approx French Grey. HEX triplet: BA, AE and C5. RGB value is (186,174,197). Sum of RGB (Red+Green+Blue) = 186+174+197=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC5 is #45513A. Grayscale: #B4B4B4. Windows color (decimal): -4542779 or 12955322. OLE color: 12955322.

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

Color convert

RGB186174197-
CMYK0.060.1200.23
HSL271.3º16.55%72.75%-
HSV(B)271.3º11.68%77.25%-
XYZ45.4644.7459.06-
YUV180.21137.48132.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=33.39%
G=31.24%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861741970.060.1200.23271.316.5572.75
HexBAAEC56C01710f1149
Octal27225630561402741721111
Binary1011101010101110110001011101100010111100001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC5; }

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

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

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

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

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

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

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

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