#B4ACBF

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

Shades of French Grey #B4ACBF

Tints of French Grey #B4ACBF

Color information

#B4ACBF (or 0xB4ACBF) is unknown color: approx French Grey. HEX triplet: B4, AC and BF. RGB value is (180,172,191). Sum of RGB (Red+Green+Blue) = 180+172+191=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACBF is #4B5340. Grayscale: #B0B0B0. Windows color (decimal): -4936513 or 12561588. OLE color: 12561588.

HSL color Cylindrical-coordinate representation of color #B4ACBF: hue angle of 265.26º 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 #B4ACBF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180172191-
CMYK0.060.1000.25
HSL265.26º12.93%71.18%-
HSV(B)265.26º9.95%74.9%-
XYZ42.9842.9755.32-
YUV176.56136.15130.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 191 (75% from 255) = 35.17%
R=33.15%
G=31.68%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801721910.060.1000.25265.2612.9371.18
HexB4ACBF6A019109d47
Octal26425427761203141115107
Binary101101001010110010111111110101001100110000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACBF; }

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

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

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

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

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

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

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

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