#C5BDCB

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

Shades of French Grey #C5BDCB

Tints of French Grey #C5BDCB

Color information

#C5BDCB (or 0xC5BDCB) is unknown color: approx French Grey. HEX triplet: C5, BD and CB. RGB value is (197,189,203). Sum of RGB (Red+Green+Blue) = 197+189+203=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCB is #3A4234. Grayscale: #C0C0C0. Windows color (decimal): -3818037 or 13352389. OLE color: 13352389.

HSL color Cylindrical-coordinate representation of color #C5BDCB: hue angle of 274.29º degrees, saturation: 0.12, 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 #C5BDCB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197189203-
CMYK0.030.0700.20
HSL274.29º11.86%76.86%-
HSV(B)274.29º6.9%79.61%-
XYZ5252.5863.91-
YUV192.99133.65130.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=33.45%
G=32.09%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971892030.030.0700.20274.2911.8676.86
HexC5BDCB37014112c4d
Octal3052753133702442214115
Binary1100010110111101110010111111101010010001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDCB; }

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

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

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

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

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

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

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

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