#B1ABBA

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

Shades of French Grey #B1ABBA

Tints of French Grey #B1ABBA

Color information

#B1ABBA (or 0xB1ABBA) is unknown color: approx French Grey. HEX triplet: B1, AB and BA. RGB value is (177,171,186). Sum of RGB (Red+Green+Blue) = 177+171+186=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABBA is #4E5445. Grayscale: #AEAEAE. Windows color (decimal): -5133382 or 12233649. OLE color: 12233649.

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

Color convert

RGB177171186-
CMYK0.050.0800.27
HSL264º9.8%70%-
HSV(B)264º8.06%72.94%-
XYZ41.5642.0252.37-
YUV174.5134.49129.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=33.15%
G=32.02%
B=34.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771711860.050.0800.272649.870
HexB1ABBA5801B108a46
Octal26125327251003341012106
Binary101100011010101110111010101100001101110000100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABBA; }

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

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

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

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

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

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

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

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