#C3BBCA

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

Shades of French Grey #C3BBCA

Tints of French Grey #C3BBCA

Color information

#C3BBCA (or 0xC3BBCA) is unknown color: approx French Grey. HEX triplet: C3, BB and CA. RGB value is (195,187,202). Sum of RGB (Red+Green+Blue) = 195+187+202=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBCA is #3C4435. Grayscale: #BFBFBF. Windows color (decimal): -3949622 or 13286339. OLE color: 13286339.

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

Color convert

RGB195187202-
CMYK0.030.0700.21
HSL272º12.4%76.27%-
HSV(B)272º7.43%79.22%-
XYZ50.9451.4163.12-
YUV191.1134.15130.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=33.39%
G=32.02%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951872020.030.0700.2127212.476.27
HexC3BBCA37015110c4c
Octal3032733123702542014114
Binary1100001110111011110010101111101010110001000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBCA; }

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

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

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

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

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

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

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

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