Html Css Color HEX #C2BBC6 French Grey

📋 copy color: '#C2BBC6'

red 194 ◦ green 187 ◦ blue 198

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

Shades of French Grey #C2BBC6

Tints of French Grey #C2BBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.3%

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

R = 33.51%
G = 32.3%
B = 34.2%

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

#C2BBC6 (or 0xC2BBC6) is known color: French Grey. HEX triplet: C2, BB and C6. RGB value is (194,187,198). Sum of RGB (Red+Green+Blue) = 194+187+198=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBC6 is #3D4439. Grayscale: #BEBEBE. Windows color (decimal): -4015162 or 13024194. OLE color: 13024194.

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

Color convert

RGB 194 187 198 -
CMYK 0.02 0.06 0 0.22
HSL 278.18º 0.09% 0.75% -
HSV(B) 278.18º 0.06% 0.78% -
XYZ 50.21 51.09 60.64 -
YUV 190.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 194 187 198 0.02 0.06 0 0.22 278.18 0.09 0.75
Hex C2 BB C6 2 6 0 16 116 9 4B
Octal 302 273 306 2 6 0 26 426 11 113
Binary 11000010 10111011 11000110 10 110 0 10110 100010110 1001 1001011

Color Harmonies of #C2BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBC6

Black with #C2BBC6

Text Example


Text Example

White with #C2BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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