Html Css Color HEX #BAB8BE French Grey

📋 copy color: '#BAB8BE'

red 186 ◦ green 184 ◦ blue 190

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

Shades of French Grey #BAB8BE

Tints of French Grey #BAB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.86%

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

R = 33.21%
G = 32.86%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAB8BE (or 0xBAB8BE) is known color: French Grey. HEX triplet: BA, B8 and BE. RGB value is (186,184,190). Sum of RGB (Red+Green+Blue) = 186+184+190=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8BE is #454741. Grayscale: #B9B9B9. Windows color (decimal): -4540226 or 12499130. OLE color: 12499130.

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

Color convert

RGB 186 184 190 -
CMYK 0.02 0.03 0 0.25
HSL 260º 0.04% 0.73% -
HSV(B) 260º 0.03% 0.75% -
XYZ 46.68 48.44 55.6 -
YUV 185.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 186 184 190 0.02 0.03 0 0.25 260 0.04 0.73
Hex BA B8 BE 2 3 0 19 104 4 49
Octal 272 270 276 2 3 0 31 404 4 111
Binary 10111010 10111000 10111110 10 11 0 11001 100000100 100 1001001

Color Harmonies of #BAB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8BE

Black with #BAB8BE

Text Example


Text Example

White with #BAB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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