#B5A9C1

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

Shades of French Grey #B5A9C1

Tints of French Grey #B5A9C1

Color information

#B5A9C1 (or 0xB5A9C1) is unknown color: approx French Grey. HEX triplet: B5, A9 and C1. RGB value is (181,169,193). Sum of RGB (Red+Green+Blue) = 181+169+193=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5A9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9C1 is #4A563E. Grayscale: #AFAFAF. Windows color (decimal): -4871743 or 12691893. OLE color: 12691893.

HSL color Cylindrical-coordinate representation of color #B5A9C1: hue angle of 270º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5A9C1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181169193-
CMYK0.060.1200.24
HSL270º16.22%70.98%-
HSV(B)270º12.44%75.69%-
XYZ42.8742.0556.31-
YUV175.32137.98132.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=33.33%
G=31.12%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811691930.060.1200.2427016.2270.98
HexB5A9C16C01810e1047
Octal26525130161403041620107
Binary1011010110101001110000011101100011000100001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9C1; }

 p { color: rgb(181,169,193); }

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

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

 a { background-color: rgb(181,169,193); }

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

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

 span { border-color: rgb(181,169,193); }

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