Html Css Color HEX #C2BAC6 French Grey

📋 copy color: '#C2BAC6'

red 194 ◦ green 186 ◦ blue 198

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

Shades of French Grey #C2BAC6

Tints of French Grey #C2BAC6

RGB

 RED value IS 194 (76.17% from 255) = 33.56%

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

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

R = 33.56%
G = 32.18%
B = 34.26%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C2BAC6 (or 0xC2BAC6) is known color: French Grey. HEX triplet: C2, BA and C6. RGB value is (194,186,198). Sum of RGB (Red+Green+Blue) = 194+186+198=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAC6 is #3D4539. Grayscale: #BDBDBD. Windows color (decimal): -4015418 or 13023938. OLE color: 13023938.

HSL color Cylindrical-coordinate representation of color #C2BAC6: hue angle of 280º 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 #C2BAC6 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 186 198 -
CMYK 0.02 0.06 0 0.22
HSL 280º 0.1% 0.75% -
HSV(B) 280º 0.06% 0.78% -
XYZ 50 50.66 60.57 -
YUV 189.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 194 186 198 0.02 0.06 0 0.22 280 0.1 0.75
Hex C2 BA C6 2 6 0 16 118 A 4B
Octal 302 272 306 2 6 0 26 430 12 113
Binary 11000010 10111010 11000110 10 110 0 10110 100011000 1010 1001011

Color Harmonies of #C2BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAC6

Black with #C2BAC6

Text Example


Text Example

White with #C2BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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