#C3BCC9

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

Shades of French Grey #C3BCC9

Tints of French Grey #C3BCC9

Color information

#C3BCC9 (or 0xC3BCC9) is unknown color: approx French Grey. HEX triplet: C3, BC and C9. RGB value is (195,188,201). Sum of RGB (Red+Green+Blue) = 195+188+201=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC9 is #3C4336. Grayscale: #BFBFBF. Windows color (decimal): -3949367 or 13221059. OLE color: 13221059.

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

Color convert

RGB195188201-
CMYK0.030.0600.21
HSL272.31º10.74%76.27%-
HSV(B)272.31º6.47%78.82%-
XYZ51.0351.7962.56-
YUV191.58133.32130.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=33.39%
G=32.19%
B=34.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951882010.030.0600.21272.3110.7476.27
HexC3BCC936015110b4c
Octal3032743113602542013114
Binary1100001110111100110010011111001010110001000010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCC9; }

 p { color: rgb(195,188,201); }

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

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

 a { background-color: rgb(195,188,201); }

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

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

 span { border-color: rgb(195,188,201); }

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