Html Css Color HEX #B5B0BA French Grey

📋 copy color: '#B5B0BA'

red 181 ◦ green 176 ◦ blue 186

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

Shades of French Grey #B5B0BA

Tints of French Grey #B5B0BA

RGB

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

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

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

R = 33.33%
G = 32.41%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5B0BA (or 0xB5B0BA) is known color: French Grey. HEX triplet: B5, B0 and BA. RGB value is (181,176,186). Sum of RGB (Red+Green+Blue) = 181+176+186=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0BA is #4A4F45. Grayscale: #B2B2B2. Windows color (decimal): -4869958 or 12234933. OLE color: 12234933.

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

Color convert

RGB 181 176 186 -
CMYK 0.03 0.05 0 0.27
HSL 270º 0.07% 0.71% -
HSV(B) 270º 0.05% 0.73% -
XYZ 43.44 44.42 52.74 -
YUV 178.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 181 176 186 0.03 0.05 0 0.27 270 0.07 0.71
Hex B5 B0 BA 3 5 0 1B 10E 7 47
Octal 265 260 272 3 5 0 33 416 7 107
Binary 10110101 10110000 10111010 11 101 0 11011 100001110 111 1000111

Color Harmonies of #B5B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0BA

Black with #B5B0BA

Text Example


Text Example

White with #B5B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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