#B7AEC4

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

Shades of French Grey #B7AEC4

Tints of French Grey #B7AEC4

Color information

#B7AEC4 (or 0xB7AEC4) is unknown color: approx French Grey. HEX triplet: B7, AE and C4. RGB value is (183,174,196). Sum of RGB (Red+Green+Blue) = 183+174+196=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #B7AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC4 is #48513B. Grayscale: #B3B3B3. Windows color (decimal): -4739388 or 12889783. OLE color: 12889783.

HSL color Cylindrical-coordinate representation of color #B7AEC4: hue angle of 264.55º 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 #B7AEC4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB183174196-
CMYK0.070.1100.23
HSL264.55º15.71%72.55%-
HSV(B)264.55º11.22%76.86%-
XYZ44.6344.3258.43-
YUV179.2137.48130.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=33.09%
G=31.46%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831741960.070.1100.23264.5515.7172.55
HexB7AEC47B0171091049
Octal26725630471302741120111
Binary1011011110101110110001001111011010111100001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEC4; }

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

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

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

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

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

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

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

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