Html Css Color HEX #C1BAC4 French Grey

📋 copy color: '#C1BAC4'

red 193 ◦ green 186 ◦ blue 196

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

Shades of French Grey #C1BAC4

Tints of French Grey #C1BAC4

RGB

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

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

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

R = 33.57%
G = 32.35%
B = 34.09%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C1BAC4 (or 0xC1BAC4) is known color: French Grey. HEX triplet: C1, BA and C4. RGB value is (193,186,196). Sum of RGB (Red+Green+Blue) = 193+186+196=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAC4 is #3E453B. Grayscale: #BDBDBD. Windows color (decimal): -4080956 or 12892865. OLE color: 12892865.

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

Color convert

RGB 193 186 196 -
CMYK 0.02 0.05 0 0.23
HSL 282º 0.08% 0.75% -
HSV(B) 282º 0.05% 0.77% -
XYZ 49.52 50.44 59.35 -
YUV 189.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 193 186 196 0.02 0.05 0 0.23 282 0.08 0.75
Hex C1 BA C4 2 5 0 17 11A 8 4B
Octal 301 272 304 2 5 0 27 432 10 113
Binary 11000001 10111010 11000100 10 101 0 10111 100011010 1000 1001011

Color Harmonies of #C1BAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAC4

Black with #C1BAC4

Text Example


Text Example

White with #C1BAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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