Html Css Color HEX #BAB7BE French Grey

📋 copy color: '#BAB7BE'

red 186 ◦ green 183 ◦ blue 190

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

Shades of French Grey #BAB7BE

Tints of French Grey #BAB7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 33.27%
G = 32.74%
B = 33.99%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAB7BE (or 0xBAB7BE) is known color: French Grey. HEX triplet: BA, B7 and BE. RGB value is (186,183,190). Sum of RGB (Red+Green+Blue) = 186+183+190=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7BE is #454841. Grayscale: #B8B8B8. Windows color (decimal): -4540482 or 12498874. OLE color: 12498874.

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

Color convert

RGB 186 183 190 -
CMYK 0.02 0.04 0 0.25
HSL 265.71º 0.05% 0.73% -
HSV(B) 265.71º 0.04% 0.75% -
XYZ 46.48 48.02 55.54 -
YUV 184.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 186 183 190 0.02 0.04 0 0.25 265.71 0.05 0.73
Hex BA B7 BE 2 4 0 19 10A 5 49
Octal 272 267 276 2 4 0 31 412 5 111
Binary 10111010 10110111 10111110 10 100 0 11001 100001010 101 1001001

Color Harmonies of #BAB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7BE

Black with #BAB7BE

Text Example


Text Example

White with #BAB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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