Html Css Color HEX #BAB5BE French Grey

📋 copy color: '#BAB5BE'

red 186 ◦ green 181 ◦ blue 190

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

Shades of French Grey #BAB5BE

Tints of French Grey #BAB5BE

RGB

 RED value IS 186 (73.05% from 255) = 33.39%

 GREEN value IS 181 (71.09% from 255) = 32.5%

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 33.39%
G = 32.5%
B = 34.11%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAB5BE (or 0xBAB5BE) is known color: French Grey. HEX triplet: BA, B5 and BE. RGB value is (186,181,190). Sum of RGB (Red+Green+Blue) = 186+181+190=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5BE is #454A41. Grayscale: #B7B7B7. Windows color (decimal): -4540994 or 12498362. OLE color: 12498362.

HSL color Cylindrical-coordinate representation of color #BAB5BE: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB5BE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 181 190 -
CMYK 0.02 0.05 0 0.25
HSL 273.33º 0.06% 0.73% -
HSV(B) 273.33º 0.05% 0.75% -
XYZ 46.07 47.2 55.4 -
YUV 183.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 186 181 190 0.02 0.05 0 0.25 273.33 0.06 0.73
Hex BA B5 BE 2 5 0 19 111 6 49
Octal 272 265 276 2 5 0 31 421 6 111
Binary 10111010 10110101 10111110 10 101 0 11001 100010001 110 1001001

Color Harmonies of #BAB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5BE

Black with #BAB5BE

Text Example


Text Example

White with #BAB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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