Html Css Color HEX #BAB6BF French Grey

📋 copy color: '#BAB6BF'

red 186 ◦ green 182 ◦ blue 191

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

Shades of French Grey #BAB6BF

Tints of French Grey #BAB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.56%

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

R = 33.27%
G = 32.56%
B = 34.17%

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

#BAB6BF (or 0xBAB6BF) is known color: French Grey. HEX triplet: BA, B6 and BF. RGB value is (186,182,191). Sum of RGB (Red+Green+Blue) = 186+182+191=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6BF is #454940. Grayscale: #B8B8B8. Windows color (decimal): -4540737 or 12564154. OLE color: 12564154.

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

Color convert

RGB 186 182 191 -
CMYK 0.03 0.05 0 0.25
HSL 266.67º 0.07% 0.73% -
HSV(B) 266.67º 0.05% 0.75% -
XYZ 46.38 47.66 56.04 -
YUV 184.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 186 182 191 0.03 0.05 0 0.25 266.67 0.07 0.73
Hex BA B6 BF 3 5 0 19 10B 7 49
Octal 272 266 277 3 5 0 31 413 7 111
Binary 10111010 10110110 10111111 11 101 0 11001 100001011 111 1001001

Color Harmonies of #BAB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6BF

Black with #BAB6BF

Text Example


Text Example

White with #BAB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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