#C3BEC5

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

Shades of French Grey #C3BEC5

Tints of French Grey #C3BEC5

Color information

#C3BEC5 (or 0xC3BEC5) is unknown color: approx French Grey. HEX triplet: C3, BE and C5. RGB value is (195,190,197). Sum of RGB (Red+Green+Blue) = 195+190+197=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEC5 is #3C413A. Grayscale: #C0C0C0. Windows color (decimal): -3948859 or 12959427. OLE color: 12959427.

HSL color Cylindrical-coordinate representation of color #C3BEC5: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BEC5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195190197-
CMYK0.010.0400.23
HSL282.86º5.69%75.88%-
HSV(B)282.86º3.55%77.25%-
XYZ5152.4660.26-
YUV192.29130.66129.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=33.51%
G=32.65%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951901970.010.0400.23282.865.6975.88
HexC3BEC51401711b64c
Octal303276305140274336114
Binary11000011101111101100010111000101111000110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEC5; }

 p { color: rgb(195,190,197); }

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

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

 a { background-color: rgb(195,190,197); }

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

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

 span { border-color: rgb(195,190,197); }

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