#BCACC6

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

Shades of French Grey #BCACC6

Tints of French Grey #BCACC6

Color information

#BCACC6 (or 0xBCACC6) is unknown color: approx French Grey. HEX triplet: BC, AC and C6. RGB value is (188,172,198). Sum of RGB (Red+Green+Blue) = 188+172+198=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC6 is #435339. Grayscale: #B3B3B3. Windows color (decimal): -4412218 or 13020348. OLE color: 13020348.

HSL color Cylindrical-coordinate representation of color #BCACC6: hue angle of 276.92º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCACC6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188172198-
CMYK0.050.1300.22
HSL276.92º18.57%72.55%-
HSV(B)276.92º13.13%77.65%-
XYZ45.6844.2759.56-
YUV179.75138.3133.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=33.69%
G=30.82%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881721980.050.1300.22276.9218.5772.55
HexBCACC65D0161151349
Octal27425430651502642523111
Binary1011110010101100110001101011101010110100010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACC6; }

 p { color: rgb(188,172,198); }

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

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

 a { background-color: rgb(188,172,198); }

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

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

 span { border-color: rgb(188,172,198); }

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