Html Css Color HEX #BAB2BF French Grey

📋 copy color: '#BAB2BF'

red 186 ◦ green 178 ◦ blue 191

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

Shades of French Grey #BAB2BF

Tints of French Grey #BAB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

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

R = 33.51%
G = 32.07%
B = 34.41%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAB2BF (or 0xBAB2BF) is known color: French Grey. HEX triplet: BA, B2 and BF. RGB value is (186,178,191). Sum of RGB (Red+Green+Blue) = 186+178+191=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2BF is #454D40. Grayscale: #B5B5B5. Windows color (decimal): -4541761 or 12563130. OLE color: 12563130.

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

Color convert

RGB 186 178 191 -
CMYK 0.03 0.07 0 0.25
HSL 276.92º 0.09% 0.72% -
HSV(B) 276.92º 0.07% 0.75% -
XYZ 45.57 46.04 55.78 -
YUV 181.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 186 178 191 0.03 0.07 0 0.25 276.92 0.09 0.72
Hex BA B2 BF 3 7 0 19 115 9 48
Octal 272 262 277 3 7 0 31 425 11 110
Binary 10111010 10110010 10111111 11 111 0 11001 100010101 1001 1001000

Color Harmonies of #BAB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2BF

Black with #BAB2BF

Text Example


Text Example

White with #BAB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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