#B8ACC5

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

Shades of French Grey #B8ACC5

Tints of French Grey #B8ACC5

Color information

#B8ACC5 (or 0xB8ACC5) is unknown color: approx French Grey. HEX triplet: B8, AC and C5. RGB value is (184,172,197). Sum of RGB (Red+Green+Blue) = 184+172+197=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #B8ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACC5 is #47533A. Grayscale: #B2B2B2. Windows color (decimal): -4674363 or 12954808. OLE color: 12954808.

HSL color Cylindrical-coordinate representation of color #B8ACC5: hue angle of 268.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8ACC5 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184172197-
CMYK0.070.1300.23
HSL268.8º17.73%72.35%-
HSV(B)268.8º12.69%77.25%-
XYZ44.643.7358.91-
YUV178.44138.48131.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 197 (77.34% from 255) = 35.62%
R=33.27%
G=31.10%
B=35.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841721970.070.1300.23268.817.7372.35
HexB8ACC57D01710d1248
Octal27025430571502741522110
Binary1011100010101100110001011111101010111100001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACC5; }

 p { color: rgb(184,172,197); }

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

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

 a { background-color: rgb(184,172,197); }

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

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

 span { border-color: rgb(184,172,197); }

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