#C2BEC9

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

Shades of French Grey #C2BEC9

Tints of French Grey #C2BEC9

Color information

#C2BEC9 (or 0xC2BEC9) is unknown color: approx French Grey. HEX triplet: C2, BE and C9. RGB value is (194,190,201). Sum of RGB (Red+Green+Blue) = 194+190+201=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEC9 is #3D4136. Grayscale: #C0C0C0. Windows color (decimal): -4014391 or 13221570. OLE color: 13221570.

HSL color Cylindrical-coordinate representation of color #C2BEC9: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BEC9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194190201-
CMYK0.030.0500.21
HSL261.82º9.24%76.67%-
HSV(B)261.82º5.47%78.82%-
XYZ51.252.5162.7-
YUV192.45132.83129.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=33.16%
G=32.48%
B=34.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941902010.030.0500.21261.829.2476.67
HexC2BEC93501510694d
Octal3022763113502540611115
Binary1100001010111110110010011110101010110000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEC9; }

 p { color: rgb(194,190,201); }

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

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

 a { background-color: rgb(194,190,201); }

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

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

 span { border-color: rgb(194,190,201); }

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