#C1BBCA

Color #C1BBCA French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #C1BBCA

Tints of French Grey #C1BBCA

Color information

#C1BBCA (or 0xC1BBCA) is unknown color: approx French Grey. HEX triplet: C1, BB and CA. RGB value is (193,187,202). Sum of RGB (Red+Green+Blue) = 193+187+202=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBCA is #3E4435. Grayscale: #BEBEBE. Windows color (decimal): -4080694 or 13286337. OLE color: 13286337.

HSL color Cylindrical-coordinate representation of color #C1BBCA: hue angle of 264º degrees, saturation: 0.12, 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 #C1BBCA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193187202-
CMYK0.040.0700.21
HSL264º12.4%76.27%-
HSV(B)264º7.43%79.22%-
XYZ50.4251.1463.09-
YUV190.5134.49129.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.16%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=33.16%
G=32.13%
B=34.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931872020.040.0700.2126412.476.27
HexC1BBCA47015108c4c
Octal3012733124702541014114
Binary11000001101110111100101010011101010110000100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBCA; }

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

 H1.HeaderClassName
 {
   color: #C1BBCA;
 }
 .AnyTagClassName
 {
   color: #C1BBCA;
 }
</style>
background-color css

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

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

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

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

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

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