#C1B8CA

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

Shades of French Grey #C1B8CA

Tints of French Grey #C1B8CA

Color information

#C1B8CA (or 0xC1B8CA) is unknown color: approx French Grey. HEX triplet: C1, B8 and CA. RGB value is (193,184,202). Sum of RGB (Red+Green+Blue) = 193+184+202=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B8CA is #3E4735. Grayscale: #BCBCBC. Windows color (decimal): -4081462 or 13285569. OLE color: 13285569.

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

Color convert

RGB193184202-
CMYK0.040.0900.21
HSL270º14.52%75.69%-
HSV(B)270º8.91%79.22%-
XYZ49.7949.8862.88-
YUV188.74135.48131.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=33.33%
G=31.78%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931842020.040.0900.2127014.5275.69
HexC1B8CA4901510ef4c
Octal30127031241102541617114
Binary110000011011100011001010100100101010110000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B8CA; }

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

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

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

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

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

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

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

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