Html Css Color HEX #B1B0B3 French Grey

📋 copy color: '#B1B0B3'

red 177 ◦ green 176 ◦ blue 179

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

Shades of French Grey #B1B0B3

Tints of French Grey #B1B0B3

RGB

 RED value IS 177 (69.53% from 255) = 33.27%

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 179 (70.31% from 255) = 33.65%

R = 33.27%
G = 33.08%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B1B0B3 (or 0xB1B0B3) is known color: French Grey. HEX triplet: B1, B0 and B3. RGB value is (177,176,179). Sum of RGB (Red+Green+Blue) = 177+176+179=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 179 - color contains mainly: blue. Hex color #B1B0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0B3 is #4E4F4C. Grayscale: #B0B0B0. Windows color (decimal): -5132109 or 11776177. OLE color: 11776177.

HSL color Cylindrical-coordinate representation of color #B1B0B3: hue angle of 260º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B1B0B3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 176 179 -
CMYK 0.01 0.02 0 0.30
HSL 260º 0.02% 0.7% -
HSV(B) 260º 0.02% 0.7% -
XYZ 41.79 43.65 48.87 -
YUV 176.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 177 176 179 0.01 0.02 0 0.30 260 0.02 0.7
Hex B1 B0 B3 1 2 0 1E 104 2 46
Octal 261 260 263 1 2 0 36 404 2 106
Binary 10110001 10110000 10110011 1 10 0 11110 100000100 10 1000110

Color Harmonies of #B1B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B0B3

Black with #B1B0B3

Text Example


Text Example

White with #B1B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B0B3; }

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

 H1.HeaderClassName
 {
   color: #B1B0B3;
 }
 .AnyTagClassName
 {
   color: #B1B0B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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