Html Css Color HEX #C1BEC5 French Grey

📋 copy color: '#C1BEC5'

red 193 ◦ green 190 ◦ blue 197

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

Shades of French Grey #C1BEC5

Tints of French Grey #C1BEC5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 33.28%
G = 32.76%
B = 33.97%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C1BEC5 (or 0xC1BEC5) is known color: French Grey. HEX triplet: C1, BE and C5. RGB value is (193,190,197). Sum of RGB (Red+Green+Blue) = 193+190+197=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEC5 is #3E413A. Grayscale: #BFBFBF. Windows color (decimal): -4079931 or 12959425. OLE color: 12959425.

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

Color convert

RGB 193 190 197 -
CMYK 0.02 0.04 0 0.23
HSL 265.71º 0.06% 0.76% -
HSV(B) 265.71º 0.04% 0.77% -
XYZ 50.48 52.2 60.24 -
YUV 191.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 193 190 197 0.02 0.04 0 0.23 265.71 0.06 0.76
Hex C1 BE C5 2 4 0 17 10A 6 4C
Octal 301 276 305 2 4 0 27 412 6 114
Binary 11000001 10111110 11000101 10 100 0 10111 100001010 110 1001100

Color Harmonies of #C1BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEC5

Black with #C1BEC5

Text Example


Text Example

White with #C1BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEC5; }

 p { color: rgb(193,190,197); }

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

background-color css

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

 a { background-color: rgb(193,190,197); }

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

border-color css

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

 span { border-color: rgb(193,190,197); }

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