#C4BBCC

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

Shades of French Grey #C4BBCC

Tints of French Grey #C4BBCC

Color information

#C4BBCC (or 0xC4BBCC) is unknown color: approx French Grey. HEX triplet: C4, BB and CC. RGB value is (196,187,204). Sum of RGB (Red+Green+Blue) = 196+187+204=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCC is #3B4433. Grayscale: #BFBFBF. Windows color (decimal): -3884084 or 13417412. OLE color: 13417412.

HSL color Cylindrical-coordinate representation of color #C4BBCC: hue angle of 271.76º 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 #C4BBCC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196187204-
CMYK0.040.0800.2
HSL271.76º14.29%76.67%-
HSV(B)271.76º8.33%80%-
XYZ51.4351.6464.38-
YUV191.63134.98131.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=33.39%
G=31.86%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961872040.040.0800.2271.7614.2976.67
HexC4BBCC48014110e4d
Octal30427331441002442016115
Binary110001001011101111001100100100001010010001000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBCC; }

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

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

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

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

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

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

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

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