#B4ABBF

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

Shades of French Grey #B4ABBF

Tints of French Grey #B4ABBF

Color information

#B4ABBF (or 0xB4ABBF) is unknown color: approx French Grey. HEX triplet: B4, AB and BF. RGB value is (180,171,191). Sum of RGB (Red+Green+Blue) = 180+171+191=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABBF is #4B5440. Grayscale: #AFAFAF. Windows color (decimal): -4936769 or 12561332. OLE color: 12561332.

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

Color convert

RGB180171191-
CMYK0.060.1000.25
HSL267º13.51%70.98%-
HSV(B)267º10.47%74.9%-
XYZ42.7942.5955.26-
YUV175.97136.48130.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 191 (75% from 255) = 35.24%
R=33.21%
G=31.55%
B=35.24%

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
Decimal1801711910.060.1000.2526713.5170.98
HexB4ABBF6A01910be47
Octal26425327761203141316107
Binary101101001010101110111111110101001100110000101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABBF; }

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

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

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

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

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

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

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

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