#BAAEC4

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

Shades of French Grey #BAAEC4

Tints of French Grey #BAAEC4

Color information

#BAAEC4 (or 0xBAAEC4) is unknown color: approx French Grey. HEX triplet: BA, AE and C4. RGB value is (186,174,196). Sum of RGB (Red+Green+Blue) = 186+174+196=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC4 is #45513B. Grayscale: #B4B4B4. Windows color (decimal): -4542780 or 12889786. OLE color: 12889786.

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

Color convert

RGB186174196-
CMYK0.050.1100.23
HSL272.73º15.71%72.55%-
HSV(B)272.73º11.22%76.86%-
XYZ45.3544.758.46-
YUV180.1136.98132.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=33.45%
G=31.29%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861741960.050.1100.23272.7315.7172.55
HexBAAEC45B0171111049
Octal27225630451302742120111
Binary1011101010101110110001001011011010111100010001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC4; }

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

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

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

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

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

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

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

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