Html Css Color HEX #C2BFC6 French Grey

📋 copy color: '#C2BFC6'

red 194 ◦ green 191 ◦ blue 198

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

Shades of French Grey #C2BFC6

Tints of French Grey #C2BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 32.76%

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

R = 33.28%
G = 32.76%
B = 33.96%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C2BFC6 (or 0xC2BFC6) is known color: French Grey. HEX triplet: C2, BF and C6. RGB value is (194,191,198). Sum of RGB (Red+Green+Blue) = 194+191+198=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFC6 is #3D4039. Grayscale: #C0C0C0. Windows color (decimal): -4014138 or 13025218. OLE color: 13025218.

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

Color convert

RGB 194 191 198 -
CMYK 0.02 0.04 0 0.22
HSL 265.71º 0.06% 0.76% -
HSV(B) 265.71º 0.04% 0.78% -
XYZ 51.07 52.81 60.93 -
YUV 192.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 194 191 198 0.02 0.04 0 0.22 265.71 0.06 0.76
Hex C2 BF C6 2 4 0 16 10A 6 4C
Octal 302 277 306 2 4 0 26 412 6 114
Binary 11000010 10111111 11000110 10 100 0 10110 100001010 110 1001100

Color Harmonies of #C2BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFC6

Black with #C2BFC6

Text Example


Text Example

White with #C2BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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