Html Css Color HEX #C1BBC4 French Grey

📋 copy color: '#C1BBC4'

red 193 ◦ green 187 ◦ blue 196

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

Shades of French Grey #C1BBC4

Tints of French Grey #C1BBC4

RGB

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

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

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

R = 33.51%
G = 32.47%
B = 34.03%

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

#C1BBC4 (or 0xC1BBC4) is known color: French Grey. HEX triplet: C1, BB and C4. RGB value is (193,187,196). Sum of RGB (Red+Green+Blue) = 193+187+196=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBC4 is #3E443B. Grayscale: #BDBDBD. Windows color (decimal): -4080700 or 12893121. OLE color: 12893121.

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

Color convert

RGB 193 187 196 -
CMYK 0.02 0.05 0 0.23
HSL 280º 0.07% 0.75% -
HSV(B) 280º 0.05% 0.77% -
XYZ 49.73 50.86 59.42 -
YUV 189.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 193 187 196 0.02 0.05 0 0.23 280 0.07 0.75
Hex C1 BB C4 2 5 0 17 118 7 4B
Octal 301 273 304 2 5 0 27 430 7 113
Binary 11000001 10111011 11000100 10 101 0 10111 100011000 111 1001011

Color Harmonies of #C1BBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBC4

Black with #C1BBC4

Text Example


Text Example

White with #C1BBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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