Html Css Color HEX #BAB3C6 French Grey

📋 copy color: '#BAB3C6'

red 186 ◦ green 179 ◦ blue 198

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

Shades of French Grey #BAB3C6

Tints of French Grey #BAB3C6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.79%

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 33.04%
G = 31.79%
B = 35.17%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAB3C6 (or 0xBAB3C6) is known color: French Grey. HEX triplet: BA, B3 and C6. RGB value is (186,179,198). Sum of RGB (Red+Green+Blue) = 186+179+198=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C6 is #454C39. Grayscale: #B7B7B7. Windows color (decimal): -4541498 or 13022138. OLE color: 13022138.

HSL color Cylindrical-coordinate representation of color #BAB3C6: hue angle of 262.11º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB3C6 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 179 198 -
CMYK 0.06 0.10 0 0.22
HSL 262.11º 0.14% 0.74% -
HSV(B) 262.11º 0.1% 0.78% -
XYZ 46.56 46.76 60 -
YUV 183.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 186 179 198 0.06 0.10 0 0.22 262.11 0.14 0.74
Hex BA B3 C6 6 A 0 16 106 E 4A
Octal 272 263 306 6 12 0 26 406 16 112
Binary 10111010 10110011 11000110 110 1010 0 10110 100000110 1110 1001010

Color Harmonies of #BAB3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3C6

Black with #BAB3C6

Text Example


Text Example

White with #BAB3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3C6; }

 p { color: rgb(186,179,198); }

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

background-color css

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

 a { background-color: rgb(186,179,198); }

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

border-color css

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

 span { border-color: rgb(186,179,198); }

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