#BCACC9

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

Shades of French Grey #BCACC9

Tints of French Grey #BCACC9

Color information

#BCACC9 (or 0xBCACC9) is unknown color: approx French Grey. HEX triplet: BC, AC and C9. RGB value is (188,172,201). Sum of RGB (Red+Green+Blue) = 188+172+201=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC9 is #435336. Grayscale: #B3B3B3. Windows color (decimal): -4412215 or 13216956. OLE color: 13216956.

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

Color convert

RGB188172201-
CMYK0.060.1400.21
HSL273.1º21.17%73.14%-
HSV(B)273.1º14.43%78.82%-
XYZ46.0344.4161.4-
YUV180.09139.8133.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=33.51%
G=30.66%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881722010.060.1400.21273.121.1773.14
HexBCACC96E0151111549
Octal27425431161602542125111
Binary1011110010101100110010011101110010101100010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACC9; }

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

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

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

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

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

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

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

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