#BCACC7

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

Shades of French Grey #BCACC7

Tints of French Grey #BCACC7

Color information

#BCACC7 (or 0xBCACC7) is unknown color: approx French Grey. HEX triplet: BC, AC and C7. RGB value is (188,172,199). Sum of RGB (Red+Green+Blue) = 188+172+199=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC7 is #435338. Grayscale: #B3B3B3. Windows color (decimal): -4412217 or 13085884. OLE color: 13085884.

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

Color convert

RGB188172199-
CMYK0.060.1400.22
HSL275.56º19.42%72.75%-
HSV(B)275.56º13.57%78.04%-
XYZ45.844.3260.17-
YUV179.86138.8133.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=33.63%
G=30.77%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881721990.060.1400.22275.5619.4272.75
HexBCACC76E0161141349
Octal27425430761602642423111
Binary1011110010101100110001111101110010110100010100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACC7; }

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

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

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

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

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

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

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

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