Html Css Color HEX #C1BBC9 French Grey

📋 copy color: '#C1BBC9'

red 193 ◦ green 187 ◦ blue 201

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

Shades of French Grey #C1BBC9

Tints of French Grey #C1BBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 33.22%
G = 32.19%
B = 34.6%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1BBC9 (or 0xC1BBC9) is known color: French Grey. HEX triplet: C1, BB and C9. RGB value is (193,187,201). Sum of RGB (Red+Green+Blue) = 193+187+201=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBC9 is #3E4436. Grayscale: #BEBEBE. Windows color (decimal): -4080695 or 13220801. OLE color: 13220801.

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

Color convert

RGB 193 187 201 -
CMYK 0.04 0.07 0 0.21
HSL 265.71º 0.11% 0.76% -
HSV(B) 265.71º 0.07% 0.79% -
XYZ 50.31 51.1 62.47 -
YUV 190.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 193 187 201 0.04 0.07 0 0.21 265.71 0.11 0.76
Hex C1 BB C9 4 7 0 15 10A B 4C
Octal 301 273 311 4 7 0 25 412 13 114
Binary 11000001 10111011 11001001 100 111 0 10101 100001010 1011 1001100

Color Harmonies of #C1BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBC9

Black with #C1BBC9

Text Example


Text Example

White with #C1BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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