Html Css Color HEX #BAB9BB French Grey

📋 copy color: '#BAB9BB'

red 186 ◦ green 185 ◦ blue 187

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

Shades of French Grey #BAB9BB

Tints of French Grey #BAB9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 33.33%
G = 33.15%
B = 33.51%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAB9BB (or 0xBAB9BB) is known color: French Grey. HEX triplet: BA, B9 and BB. RGB value is (186,185,187). Sum of RGB (Red+Green+Blue) = 186+185+187=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9BB is #454644. Grayscale: #B9B9B9. Windows color (decimal): -4539973 or 12302778. OLE color: 12302778.

HSL color Cylindrical-coordinate representation of color #BAB9BB: hue angle of 270º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BAB9BB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 187 -
CMYK 0.01 0.01 0 0.27
HSL 270º 0.01% 0.73% -
HSV(B) 270º 0.01% 0.73% -
XYZ 46.57 48.72 53.96 -
YUV 185.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 186 185 187 0.01 0.01 0 0.27 270 0.01 0.73
Hex BA B9 BB 1 1 0 1B 10E 1 49
Octal 272 271 273 1 1 0 33 416 1 111
Binary 10111010 10111001 10111011 1 1 0 11011 100001110 1 1001001

Color Harmonies of #BAB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9BB

Black with #BAB9BB

Text Example


Text Example

White with #BAB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9BB; }

 p { color: rgb(186,185,187); }

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

background-color css

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

 a { background-color: rgb(186,185,187); }

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

border-color css

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

 span { border-color: rgb(186,185,187); }

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