#C2B5CD

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

Shades of French Grey #C2B5CD

Tints of French Grey #C2B5CD

Color information

#C2B5CD (or 0xC2B5CD) is unknown color: approx French Grey. HEX triplet: C2, B5 and CD. RGB value is (194,181,205). Sum of RGB (Red+Green+Blue) = 194+181+205=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5CD is #3D4A32. Grayscale: #BBBBBB. Windows color (decimal): -4016691 or 13481410. OLE color: 13481410.

HSL color Cylindrical-coordinate representation of color #C2B5CD: hue angle of 272.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B5CD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194181205-
CMYK0.050.1200.20
HSL272.5º19.35%75.69%-
HSV(B)272.5º11.71%80.39%-
XYZ49.7948.9264.58-
YUV187.62137.81132.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=33.45%
G=31.21%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941812050.050.1200.20272.519.3575.69
HexC2B5CD5C014110134c
Octal30226531551402442023114
Binary1100001010110101110011011011100010100100010000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5CD; }

 p { color: rgb(194,181,205); }

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

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

 a { background-color: rgb(194,181,205); }

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

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

 span { border-color: rgb(194,181,205); }

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