#B8ACC6

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

Shades of French Grey #B8ACC6

Tints of French Grey #B8ACC6

Color information

#B8ACC6 (or 0xB8ACC6) is unknown color: approx French Grey. HEX triplet: B8, AC and C6. RGB value is (184,172,198). Sum of RGB (Red+Green+Blue) = 184+172+198=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACC6 is #475339. Grayscale: #B2B2B2. Windows color (decimal): -4674362 or 13020344. OLE color: 13020344.

HSL color Cylindrical-coordinate representation of color #B8ACC6: hue angle of 267.69º 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 #B8ACC6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184172198-
CMYK0.070.1300.22
HSL267.69º18.57%72.55%-
HSV(B)267.69º13.13%77.65%-
XYZ44.7143.7759.52-
YUV178.55138.98131.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.21%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=33.21%
G=31.05%
B=35.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841721980.070.1300.22267.6918.5772.55
HexB8ACC67D01610c1349
Octal27025430671502641423111
Binary1011100010101100110001101111101010110100001100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACC6; }

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

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

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

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

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

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

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

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