#B1AABD

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

Shades of French Grey #B1AABD

Tints of French Grey #B1AABD

Color information

#B1AABD (or 0xB1AABD) is unknown color: approx French Grey. HEX triplet: B1, AA and BD. RGB value is (177,170,189). Sum of RGB (Red+Green+Blue) = 177+170+189=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABD is #4E5542. Grayscale: #AEAEAE. Windows color (decimal): -5133635 or 12430001. OLE color: 12430001.

HSL color Cylindrical-coordinate representation of color #B1AABD: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AABD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177170189-
CMYK0.060.1000.26
HSL262.11º12.58%70.39%-
HSV(B)262.11º10.05%74.12%-
XYZ41.6941.7754.01-
YUV174.26136.32129.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=33.02%
G=31.72%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771701890.060.1000.26262.1112.5870.39
HexB1AABD6A01A106d46
Octal26125227561203240615106
Binary101100011010101010111101110101001101010000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AABD; }

 p { color: rgb(177,170,189); }

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

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

 a { background-color: rgb(177,170,189); }

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

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

 span { border-color: rgb(177,170,189); }

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