#BCACC8

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

Shades of French Grey #BCACC8

Tints of French Grey #BCACC8

Color information

#BCACC8 (or 0xBCACC8) is unknown color: approx French Grey. HEX triplet: BC, AC and C8. RGB value is (188,172,200). Sum of RGB (Red+Green+Blue) = 188+172+200=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC8 is #435337. Grayscale: #B3B3B3. Windows color (decimal): -4412216 or 13151420. OLE color: 13151420.

HSL color Cylindrical-coordinate representation of color #BCACC8: hue angle of 274.29º degrees, saturation: 0.2, 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 #BCACC8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188172200-
CMYK0.060.1400.22
HSL274.29º20.29%72.94%-
HSV(B)274.29º14%78.43%-
XYZ45.9244.3760.79-
YUV179.98139.3133.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=33.57%
G=30.71%
B=35.71%

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
Decimal1881722000.060.1400.22274.2920.2972.94
HexBCACC86E0161121449
Octal27425431061602642224111
Binary1011110010101100110010001101110010110100010010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACC8; }

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

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

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

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

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

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

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

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