Html Css Color HEX #BAB7BF French Grey

📋 copy color: '#BAB7BF'

red 186 ◦ green 183 ◦ blue 191

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

Shades of French Grey #BAB7BF

Tints of French Grey #BAB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.68%

 BLUE value IS 191 (75% from 255) = 34.11%

R = 33.21%
G = 32.68%
B = 34.11%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAB7BF (or 0xBAB7BF) is known color: French Grey. HEX triplet: BA, B7 and BF. RGB value is (186,183,191). Sum of RGB (Red+Green+Blue) = 186+183+191=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7BF is #454840. Grayscale: #B8B8B8. Windows color (decimal): -4540481 or 12564410. OLE color: 12564410.

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

Color convert

RGB 186 183 191 -
CMYK 0.03 0.04 0 0.25
HSL 262.5º 0.06% 0.73% -
HSV(B) 262.5º 0.04% 0.75% -
XYZ 46.59 48.07 56.11 -
YUV 184.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 186 183 191 0.03 0.04 0 0.25 262.5 0.06 0.73
Hex BA B7 BF 3 4 0 19 106 6 49
Octal 272 267 277 3 4 0 31 406 6 111
Binary 10111010 10110111 10111111 11 100 0 11001 100000110 110 1001001

Color Harmonies of #BAB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7BF

Black with #BAB7BF

Text Example


Text Example

White with #BAB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7BF; }

 p { color: rgb(186,183,191); }

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

background-color css

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

 a { background-color: rgb(186,183,191); }

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

border-color css

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

 span { border-color: rgb(186,183,191); }

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