#B0ABBA

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

Shades of French Grey #B0ABBA

Tints of French Grey #B0ABBA

Color information

#B0ABBA (or 0xB0ABBA) is unknown color: approx French Grey. HEX triplet: B0, AB and BA. RGB value is (176,171,186). Sum of RGB (Red+Green+Blue) = 176+171+186=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABBA is #4F5445. Grayscale: #AEAEAE. Windows color (decimal): -5198918 or 12233648. OLE color: 12233648.

HSL color Cylindrical-coordinate representation of color #B0ABBA: hue angle of 260º 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 #B0ABBA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176171186-
CMYK0.050.0800.27
HSL260º9.8%70%-
HSV(B)260º8.06%72.94%-
XYZ41.3341.952.36-
YUV174.2134.66129.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=33.02%
G=32.08%
B=34.90%

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
Decimal1761711860.050.0800.272609.870
HexB0ABBA5801B104a46
Octal26025327251003340412106
Binary101100001010101110111010101100001101110000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABBA; }

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

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

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

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

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

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

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

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