#B1ABBD

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

Shades of French Grey #B1ABBD

Tints of French Grey #B1ABBD

Color information

#B1ABBD (or 0xB1ABBD) is unknown color: approx French Grey. HEX triplet: B1, AB and BD. RGB value is (177,171,189). Sum of RGB (Red+Green+Blue) = 177+171+189=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABBD is #4E5442. Grayscale: #AEAEAE. Windows color (decimal): -5133379 or 12430257. OLE color: 12430257.

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

Color convert

RGB177171189-
CMYK0.060.1000.26
HSL260º12%70.59%-
HSV(B)260º9.52%74.12%-
XYZ41.8842.1554.07-
YUV174.85135.99129.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=32.96%
G=31.84%
B=35.20%

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
Decimal1771711890.060.1000.262601270.59
HexB1ABBD6A01A104c47
Octal26125327561203240414107
Binary101100011010101110111101110101001101010000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABBD; }

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

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

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

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

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

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

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

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