#B1AABB

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

Shades of French Grey #B1AABB

Tints of French Grey #B1AABB

Color information

#B1AABB (or 0xB1AABB) is unknown color: approx French Grey. HEX triplet: B1, AA and BB. RGB value is (177,170,187). Sum of RGB (Red+Green+Blue) = 177+170+187=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABB is #4E5544. Grayscale: #ADADAD. Windows color (decimal): -5133637 or 12298929. OLE color: 12298929.

HSL color Cylindrical-coordinate representation of color #B1AABB: hue angle of 264.71º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1AABB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177170187-
CMYK0.050.0900.27
HSL264.71º11.11%70%-
HSV(B)264.71º9.09%73.33%-
XYZ41.4841.6852.87-
YUV174.03135.32130.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=33.15%
G=31.84%
B=35.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771701870.050.0900.27264.7111.1170
HexB1AABB5901B109b46
Octal26125227351103341113106
Binary101100011010101010111011101100101101110000100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AABB; }

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

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

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

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

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

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

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

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