#BAAEC7

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

Shades of French Grey #BAAEC7

Tints of French Grey #BAAEC7

Color information

#BAAEC7 (or 0xBAAEC7) is unknown color: approx French Grey. HEX triplet: BA, AE and C7. RGB value is (186,174,199). Sum of RGB (Red+Green+Blue) = 186+174+199=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC7 is #455138. Grayscale: #B4B4B4. Windows color (decimal): -4542777 or 13086394. OLE color: 13086394.

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

Color convert

RGB186174199-
CMYK0.070.1300.22
HSL268.8º18.25%73.14%-
HSV(B)268.8º12.56%78.04%-
XYZ45.6944.8360.28-
YUV180.44138.48131.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=33.27%
G=31.13%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861741990.070.1300.22268.818.2573.14
HexBAAEC77D01610d1249
Octal27225630771502641522111
Binary1011101010101110110001111111101010110100001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC7; }

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

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

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

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

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

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

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

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