#C2BCCB

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

Shades of French Grey #C2BCCB

Tints of French Grey #C2BCCB

Color information

#C2BCCB (or 0xC2BCCB) is unknown color: approx French Grey. HEX triplet: C2, BC and CB. RGB value is (194,188,203). Sum of RGB (Red+Green+Blue) = 194+188+203=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCB is #3D4334. Grayscale: #BFBFBF. Windows color (decimal): -4014901 or 13352130. OLE color: 13352130.

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

Color convert

RGB194188203-
CMYK0.040.0700.20
HSL264º12.61%76.67%-
HSV(B)264º7.39%79.61%-
XYZ51.0151.7563.8-
YUV191.5134.49129.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=33.16%
G=32.14%
B=34.70%

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
Decimal1941882030.040.0700.2026412.6176.67
HexC2BCCB47014108d4d
Octal3022743134702441015115
Binary11000010101111001100101110011101010010000100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCCB; }

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

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

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

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

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

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

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

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