#C2BCCA

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

Shades of French Grey #C2BCCA

Tints of French Grey #C2BCCA

Color information

#C2BCCA (or 0xC2BCCA) is unknown color: approx French Grey. HEX triplet: C2, BC and CA. RGB value is (194,188,202). Sum of RGB (Red+Green+Blue) = 194+188+202=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCA is #3D4335. Grayscale: #BFBFBF. Windows color (decimal): -4014902 or 13286594. OLE color: 13286594.

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

Color convert

RGB194188202-
CMYK0.040.0700.21
HSL265.71º11.67%76.47%-
HSV(B)265.71º6.93%79.22%-
XYZ50.8951.763.17-
YUV191.39133.99129.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=33.22%
G=32.19%
B=34.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941882020.040.0700.21265.7111.6776.47
HexC2BCCA4701510ac4c
Octal3022743124702541214114
Binary11000010101111001100101010011101010110000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCCA; }

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

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

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

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

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

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

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

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