#C2B9CA

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

Shades of French Grey #C2B9CA

Tints of French Grey #C2B9CA

Color information

#C2B9CA (or 0xC2B9CA) is unknown color: approx French Grey. HEX triplet: C2, B9 and CA. RGB value is (194,185,202). Sum of RGB (Red+Green+Blue) = 194+185+202=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9CA is #3D4635. Grayscale: #BDBDBD. Windows color (decimal): -4015670 or 13285826. OLE color: 13285826.

HSL color Cylindrical-coordinate representation of color #C2B9CA: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2B9CA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194185202-
CMYK0.040.0800.21
HSL271.76º13.82%75.88%-
HSV(B)271.76º8.42%79.22%-
XYZ50.2650.4362.96-
YUV189.63134.98131.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=33.39%
G=31.84%
B=34.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941852020.040.0800.21271.7613.8275.88
HexC2B9CA48015110e4c
Octal30227131241002542016114
Binary110000101011100111001010100100001010110001000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9CA; }

 p { color: rgb(194,185,202); }

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

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

 a { background-color: rgb(194,185,202); }

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

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

 span { border-color: rgb(194,185,202); }

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