#C4BBCA

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

Shades of French Grey #C4BBCA

Tints of French Grey #C4BBCA

Color information

#C4BBCA (or 0xC4BBCA) is unknown color: approx French Grey. HEX triplet: C4, BB and CA. RGB value is (196,187,202). Sum of RGB (Red+Green+Blue) = 196+187+202=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCA is #3B4435. Grayscale: #BFBFBF. Windows color (decimal): -3884086 or 13286340. OLE color: 13286340.

HSL color Cylindrical-coordinate representation of color #C4BBCA: hue angle of 276º 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 #C4BBCA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196187202-
CMYK0.030.0700.21
HSL276º12.4%76.27%-
HSV(B)276º7.43%79.22%-
XYZ51.251.5463.13-
YUV191.4133.98131.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=33.50%
G=31.97%
B=34.53%

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
Decimal1961872020.030.0700.2127612.476.27
HexC4BBCA37015114c4c
Octal3042733123702542414114
Binary1100010010111011110010101111101010110001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBCA; }

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

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

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

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

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

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

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

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