Html Css Color HEX #B5B3BA French Grey

📋 copy color: '#B5B3BA'

red 181 ◦ green 179 ◦ blue 186

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

Shades of French Grey #B5B3BA

Tints of French Grey #B5B3BA

RGB

 RED value IS 181 (71.09% from 255) = 33.15%

 GREEN value IS 179 (70.31% from 255) = 32.78%

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 33.15%
G = 32.78%
B = 34.07%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5B3BA (or 0xB5B3BA) is known color: French Grey. HEX triplet: B5, B3 and BA. RGB value is (181,179,186). Sum of RGB (Red+Green+Blue) = 181+179+186=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3BA is #4A4C45. Grayscale: #B4B4B4. Windows color (decimal): -4869190 or 12235701. OLE color: 12235701.

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

Color convert

RGB 181 179 186 -
CMYK 0.03 0.04 0 0.27
HSL 257.14º 0.05% 0.72% -
HSV(B) 257.14º 0.04% 0.73% -
XYZ 44.04 45.61 52.94 -
YUV 180.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 181 179 186 0.03 0.04 0 0.27 257.14 0.05 0.72
Hex B5 B3 BA 3 4 0 1B 101 5 48
Octal 265 263 272 3 4 0 33 401 5 110
Binary 10110101 10110011 10111010 11 100 0 11011 100000001 101 1001000

Color Harmonies of #B5B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B3BA

Black with #B5B3BA

Text Example


Text Example

White with #B5B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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