#C4BBCD

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

Shades of French Grey #C4BBCD

Tints of French Grey #C4BBCD

Color information

#C4BBCD (or 0xC4BBCD) is unknown color: approx French Grey. HEX triplet: C4, BB and CD. RGB value is (196,187,205). Sum of RGB (Red+Green+Blue) = 196+187+205=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCD is #3B4432. Grayscale: #BFBFBF. Windows color (decimal): -3884083 or 13482948. OLE color: 13482948.

HSL color Cylindrical-coordinate representation of color #C4BBCD: hue angle of 270º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BBCD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196187205-
CMYK0.040.0900.20
HSL270º15.25%76.86%-
HSV(B)270º8.78%80.39%-
XYZ51.5551.6865.02-
YUV191.74135.48131.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=33.33%
G=31.80%
B=34.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961872050.040.0900.2027015.2576.86
HexC4BBCD4901410ef4d
Octal30427331541102441617115
Binary110001001011101111001101100100101010010000111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBCD; }

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

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

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

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

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

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

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

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