#C2BBCC

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

Shades of French Grey #C2BBCC

Tints of French Grey #C2BBCC

Color information

#C2BBCC (or 0xC2BBCC) is unknown color: approx French Grey. HEX triplet: C2, BB and CC. RGB value is (194,187,204). Sum of RGB (Red+Green+Blue) = 194+187+204=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCC is #3D4433. Grayscale: #BEBEBE. Windows color (decimal): -4015156 or 13417410. OLE color: 13417410.

HSL color Cylindrical-coordinate representation of color #C2BBCC: hue angle of 264.71º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BBCC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194187204-
CMYK0.050.0800.2
HSL264.71º14.29%76.67%-
HSV(B)264.71º8.33%80%-
XYZ50.9251.3764.36-
YUV191.03135.32130.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=33.16%
G=31.97%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941872040.050.0800.2264.7114.2976.67
HexC2BBCC58014109e4d
Octal30227331451002441116115
Binary110000101011101111001100101100001010010000100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBCC; }

 p { color: rgb(194,187,204); }

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

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

 a { background-color: rgb(194,187,204); }

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

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

 span { border-color: rgb(194,187,204); }

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