#C4BCCA

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

Shades of French Grey #C4BCCA

Tints of French Grey #C4BCCA

Color information

#C4BCCA (or 0xC4BCCA) is unknown color: approx French Grey. HEX triplet: C4, BC and CA. RGB value is (196,188,202). Sum of RGB (Red+Green+Blue) = 196+188+202=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCCA is #3B4335. Grayscale: #BFBFBF. Windows color (decimal): -3883830 or 13286596. OLE color: 13286596.

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

Color convert

RGB196188202-
CMYK0.030.0700.21
HSL274.29º11.67%76.47%-
HSV(B)274.29º6.93%79.22%-
XYZ51.4151.9763.2-
YUV191.99133.65130.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=33.45%
G=32.08%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961882020.030.0700.21274.2911.6776.47
HexC4BCCA37015112c4c
Octal3042743123702542214114
Binary1100010010111100110010101111101010110001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCCA; }

 p { color: rgb(196,188,202); }

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

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

 a { background-color: rgb(196,188,202); }

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

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

 span { border-color: rgb(196,188,202); }

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