Html Css Color HEX #BAB5BF French Grey

📋 copy color: '#BAB5BF'

red 186 ◦ green 181 ◦ blue 191

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

Shades of French Grey #BAB5BF

Tints of French Grey #BAB5BF

RGB

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

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

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

R = 33.33%
G = 32.44%
B = 34.23%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAB5BF (or 0xBAB5BF) is known color: French Grey. HEX triplet: BA, B5 and BF. RGB value is (186,181,191). Sum of RGB (Red+Green+Blue) = 186+181+191=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5BF is #454A40. Grayscale: #B7B7B7. Windows color (decimal): -4540993 or 12563898. OLE color: 12563898.

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

Color convert

RGB 186 181 191 -
CMYK 0.03 0.05 0 0.25
HSL 270º 0.07% 0.73% -
HSV(B) 270º 0.05% 0.75% -
XYZ 46.18 47.25 55.98 -
YUV 183.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 186 181 191 0.03 0.05 0 0.25 270 0.07 0.73
Hex BA B5 BF 3 5 0 19 10E 7 49
Octal 272 265 277 3 5 0 31 416 7 111
Binary 10111010 10110101 10111111 11 101 0 11001 100001110 111 1001001

Color Harmonies of #BAB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5BF

Black with #BAB5BF

Text Example


Text Example

White with #BAB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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