#C3BFCA

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

Shades of French Grey #C3BFCA

Tints of French Grey #C3BFCA

Color information

#C3BFCA (or 0xC3BFCA) is unknown color: approx French Grey. HEX triplet: C3, BF and CA. RGB value is (195,191,202). Sum of RGB (Red+Green+Blue) = 195+191+202=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCA is #3C4035. Grayscale: #C1C1C1. Windows color (decimal): -3948598 or 13287363. OLE color: 13287363.

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

Color convert

RGB195191202-
CMYK0.030.0500.21
HSL261.82º9.4%77.06%-
HSV(B)261.82º5.45%79.22%-
XYZ51.853.1363.4-
YUV193.45132.83129.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=33.16%
G=32.48%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951912020.030.0500.21261.829.477.06
HexC3BFCA3501510694d
Octal3032773123502540611115
Binary1100001110111111110010101110101010110000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFCA; }

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

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

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

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

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

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

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

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