Html Css Color HEX #B3B0BA French Grey

📋 copy color: '#B3B0BA'

red 179 ◦ green 176 ◦ blue 186

#B3B0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #B3B0BA

Tints of French Grey #B3B0BA

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 value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3B0BA (or 0xB3B0BA) is known color: 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

RGB 179 176 186 -
CMYK 0.04 0.05 0 0.27
HSL 258º 0.07% 0.71% -
HSV(B) 258º 0.05% 0.73% -
XYZ 42.98 44.18 52.72 -
YUV 178.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 179 176 186 0.04 0.05 0 0.27 258 0.07 0.71
Hex B3 B0 BA 4 5 0 1B 102 7 47
Octal 263 260 272 4 5 0 33 402 7 107
Binary 10110011 10110000 10111010 100 101 0 11011 100000010 111 1000111

Color Harmonies of #B3B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B0BA

Black with #B3B0BA

Text Example


Text Example

White with #B3B0BA

Text Example


Text Example

HTML Codes & Css Web 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>