#B5AEC0

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

Shades of French Grey #B5AEC0

Tints of French Grey #B5AEC0

Color information

#B5AEC0 (or 0xB5AEC0) is unknown color: approx French Grey. HEX triplet: B5, AE and C0. RGB value is (181,174,192). Sum of RGB (Red+Green+Blue) = 181+174+192=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #B5AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC0 is #4A513F. Grayscale: #B2B2B2. Windows color (decimal): -4870464 or 12627637. OLE color: 12627637.

HSL color Cylindrical-coordinate representation of color #B5AEC0: hue angle of 263.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AEC0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181174192-
CMYK0.060.0900.25
HSL263.33º12.5%71.76%-
HSV(B)263.33º9.38%75.29%-
XYZ43.7143.956.04-
YUV178.14135.82130.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=33.09%
G=31.81%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811741920.060.0900.25263.3312.571.76
HexB5AEC069019107c48
Octal26525630061103140714110
Binary101101011010111011000000110100101100110000011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEC0; }

 p { color: rgb(181,174,192); }

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

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

 a { background-color: rgb(181,174,192); }

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

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

 span { border-color: rgb(181,174,192); }

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