#B3ABBF

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

Shades of French Grey #B3ABBF

Tints of French Grey #B3ABBF

Color information

#B3ABBF (or 0xB3ABBF) is unknown color: approx French Grey. HEX triplet: B3, AB and BF. RGB value is (179,171,191). Sum of RGB (Red+Green+Blue) = 179+171+191=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABBF is #4C5440. Grayscale: #AFAFAF. Windows color (decimal): -5002305 or 12561331. OLE color: 12561331.

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

Color convert

RGB179171191-
CMYK0.060.1000.25
HSL264º13.51%70.98%-
HSV(B)264º10.47%74.9%-
XYZ42.5642.4755.24-
YUV175.67136.65130.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 191 (75% from 255) = 35.30%
R=33.09%
G=31.61%
B=35.30%

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
Decimal1791711910.060.1000.2526413.5170.98
HexB3ABBF6A019108e47
Octal26325327761203141016107
Binary101100111010101110111111110101001100110000100011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABBF; }

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

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

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

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

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

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

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

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