#C3BDCC

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

Shades of French Grey #C3BDCC

Tints of French Grey #C3BDCC

Color information

#C3BDCC (or 0xC3BDCC) is unknown color: approx French Grey. HEX triplet: C3, BD and CC. RGB value is (195,189,204). Sum of RGB (Red+Green+Blue) = 195+189+204=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCC is #3C4233. Grayscale: #C0C0C0. Windows color (decimal): -3949108 or 13417923. OLE color: 13417923.

HSL color Cylindrical-coordinate representation of color #C3BDCC: hue angle of 264º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BDCC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195189204-
CMYK0.040.0700.2
HSL264º12.82%77.06%-
HSV(B)264º7.35%80%-
XYZ51.652.3664.51-
YUV192.5134.49129.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=33.16%
G=32.14%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951892040.040.0700.226412.8277.06
HexC3BDCC47014108d4d
Octal3032753144702441015115
Binary11000011101111011100110010011101010010000100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDCC; }

 p { color: rgb(195,189,204); }

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

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

 a { background-color: rgb(195,189,204); }

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

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

 span { border-color: rgb(195,189,204); }

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