#C5BDCA

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

Shades of French Grey #C5BDCA

Tints of French Grey #C5BDCA

Color information

#C5BDCA (or 0xC5BDCA) is unknown color: approx French Grey. HEX triplet: C5, BD and CA. RGB value is (197,189,202). Sum of RGB (Red+Green+Blue) = 197+189+202=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 189 (74.22% from 255 or 32.14% 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 #C5BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCA is #3A4235. Grayscale: #C0C0C0. Windows color (decimal): -3818038 or 13286853. OLE color: 13286853.

HSL color Cylindrical-coordinate representation of color #C5BDCA: hue angle of 276.92º 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 #C5BDCA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197189202-
CMYK0.020.0600.21
HSL276.92º10.92%76.67%-
HSV(B)276.92º6.44%79.22%-
XYZ51.8852.5363.28-
YUV192.87133.15130.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=33.50%
G=32.14%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971892020.020.0600.21276.9210.9276.67
HexC5BDCA26015115b4d
Octal3052753122602542513115
Binary1100010110111101110010101011001010110001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDCA; }

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

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

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

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

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

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

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

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