#C3BDCA

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

Shades of French Grey #C3BDCA

Tints of French Grey #C3BDCA

Color information

#C3BDCA (or 0xC3BDCA) is unknown color: approx French Grey. HEX triplet: C3, BD and CA. RGB value is (195,189,202). Sum of RGB (Red+Green+Blue) = 195+189+202=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCA is #3C4235. Grayscale: #C0C0C0. Windows color (decimal): -3949110 or 13286851. OLE color: 13286851.

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

Color convert

RGB195189202-
CMYK0.030.0600.21
HSL267.69º10.92%76.67%-
HSV(B)267.69º6.44%79.22%-
XYZ51.3652.2663.26-
YUV192.28133.49129.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=33.28%
G=32.25%
B=34.47%

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
Decimal1951892020.030.0600.21267.6910.9276.67
HexC3BDCA3601510cb4d
Octal3032753123602541413115
Binary1100001110111101110010101111001010110000110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDCA; }

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

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

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

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

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

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

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

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