Html Css Color HEX #BAB2C4 French Grey

📋 copy color: '#BAB2C4'

red 186 ◦ green 178 ◦ blue 196

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

Shades of French Grey #BAB2C4

Tints of French Grey #BAB2C4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.79%

 BLUE value IS 196 (76.95% from 255) = 35%

R = 33.21%
G = 31.79%
B = 35%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BAB2C4 (or 0xBAB2C4) is known color: French Grey. HEX triplet: BA, B2 and C4. RGB value is (186,178,196). Sum of RGB (Red+Green+Blue) = 186+178+196=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2C4 is #454D3B. Grayscale: #B6B6B6. Windows color (decimal): -4541756 or 12890810. OLE color: 12890810.

HSL color Cylindrical-coordinate representation of color #BAB2C4: hue angle of 266.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB2C4 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 178 196 -
CMYK 0.05 0.09 0 0.23
HSL 266.67º 0.13% 0.73% -
HSV(B) 266.67º 0.09% 0.77% -
XYZ 46.13 46.27 58.72 -
YUV 182.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 186 178 196 0.05 0.09 0 0.23 266.67 0.13 0.73
Hex BA B2 C4 5 9 0 17 10B D 49
Octal 272 262 304 5 11 0 27 413 15 111
Binary 10111010 10110010 11000100 101 1001 0 10111 100001011 1101 1001001

Color Harmonies of #BAB2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2C4

Black with #BAB2C4

Text Example


Text Example

White with #BAB2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2C4; }

 p { color: rgb(186,178,196); }

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

background-color css

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

 a { background-color: rgb(186,178,196); }

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

border-color css

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

 span { border-color: rgb(186,178,196); }

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