#B6ACBF

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

Shades of French Grey #B6ACBF

Tints of French Grey #B6ACBF

Color information

#B6ACBF (or 0xB6ACBF) is unknown color: approx French Grey. HEX triplet: B6, AC and BF. RGB value is (182,172,191). Sum of RGB (Red+Green+Blue) = 182+172+191=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACBF is #495340. Grayscale: #B1B1B1. Windows color (decimal): -4805441 or 12561590. OLE color: 12561590.

HSL color Cylindrical-coordinate representation of color #B6ACBF: hue angle of 271.58º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6ACBF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182172191-
CMYK0.050.1000.25
HSL271.58º12.93%71.18%-
HSV(B)271.58º9.95%74.9%-
XYZ43.4543.2155.34-
YUV177.16135.81131.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 191 (75% from 255) = 35.05%
R=33.39%
G=31.56%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821721910.050.1000.25271.5812.9371.18
HexB6ACBF5A019110d47
Octal26625427751203142015107
Binary101101101010110010111111101101001100110001000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACBF; }

 p { color: rgb(182,172,191); }

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

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

 a { background-color: rgb(182,172,191); }

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

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

 span { border-color: rgb(182,172,191); }

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