#B3B0BA

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

Shades of French Grey #B3B0BA

Tints of French Grey #B3B0BA

Color information

#B3B0BA (or 0xB3B0BA) is unknown color: approx French Grey. HEX triplet: B3, B0 and BA. RGB value is (179,176,186). Sum of RGB (Red+Green+Blue) = 179+176+186=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0BA is #4C4F45. Grayscale: #B2B2B2. Windows color (decimal): -5001030 or 12234931. OLE color: 12234931.

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

Color convert

RGB179176186-
CMYK0.040.0500.27
HSL258º6.76%70.98%-
HSV(B)258º5.38%72.94%-
XYZ42.9844.1852.72-
YUV178.04132.49128.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=33.09%
G=32.53%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791761860.040.0500.272586.7670.98
HexB3B0BA4501B102747
Octal263260272450334027107
Binary1011001110110000101110101001010110111000000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0BA; }

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

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

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

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

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

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

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

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