Html Css Color HEX #C1BAC6 French Grey

📋 copy color: '#C1BAC6'

red 193 ◦ green 186 ◦ blue 198

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

Shades of French Grey #C1BAC6

Tints of French Grey #C1BAC6

RGB

 RED value IS 193 (75.78% from 255) = 33.45%

 GREEN value IS 186 (73.05% from 255) = 32.24%

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

R = 33.45%
G = 32.24%
B = 34.32%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C1BAC6 (or 0xC1BAC6) is known color: French Grey. HEX triplet: C1, BA and C6. RGB value is (193,186,198). Sum of RGB (Red+Green+Blue) = 193+186+198=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #C1BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAC6 is #3E4539. Grayscale: #BDBDBD. Windows color (decimal): -4080954 or 13023937. OLE color: 13023937.

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

Color convert

RGB 193 186 198 -
CMYK 0.03 0.06 0 0.22
HSL 275º 0.1% 0.75% -
HSV(B) 275º 0.06% 0.78% -
XYZ 49.74 50.53 60.56 -
YUV 189.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 193 186 198 0.03 0.06 0 0.22 275 0.1 0.75
Hex C1 BA C6 3 6 0 16 113 A 4B
Octal 301 272 306 3 6 0 26 423 12 113
Binary 11000001 10111010 11000110 11 110 0 10110 100010011 1010 1001011

Color Harmonies of #C1BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAC6

Black with #C1BAC6

Text Example


Text Example

White with #C1BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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