#C2BDCB

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

Shades of French Grey #C2BDCB

Tints of French Grey #C2BDCB

Color information

#C2BDCB (or 0xC2BDCB) is unknown color: approx French Grey. HEX triplet: C2, BD and CB. RGB value is (194,189,203). Sum of RGB (Red+Green+Blue) = 194+189+203=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCB is #3D4234. Grayscale: #C0C0C0. Windows color (decimal): -4014645 or 13352386. OLE color: 13352386.

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

Color convert

RGB194189203-
CMYK0.040.0700.20
HSL261.43º11.86%76.86%-
HSV(B)261.43º6.9%79.61%-
XYZ51.2352.1863.87-
YUV192.09134.16129.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=33.11%
G=32.25%
B=34.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941892030.040.0700.20261.4311.8676.86
HexC2BDCB47014105c4d
Octal3022753134702440514115
Binary11000010101111011100101110011101010010000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDCB; }

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

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

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

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

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

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

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

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