#B5ABBF

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

Shades of French Grey #B5ABBF

Tints of French Grey #B5ABBF

Color information

#B5ABBF (or 0xB5ABBF) is unknown color: approx French Grey. HEX triplet: B5, AB and BF. RGB value is (181,171,191). Sum of RGB (Red+Green+Blue) = 181+171+191=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 171 (67.19% from 255 or 31.49% 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 #B5ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBF is #4A5440. Grayscale: #B0B0B0. Windows color (decimal): -4871233 or 12561333. OLE color: 12561333.

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

Color convert

RGB181171191-
CMYK0.050.1000.25
HSL270º13.51%70.98%-
HSV(B)270º10.47%74.9%-
XYZ43.0242.7155.27-
YUV176.27136.31131.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 35.17%
R=33.33%
G=31.49%
B=35.17%

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
Decimal1811711910.050.1000.2527013.5170.98
HexB5ABBF5A01910ee47
Octal26525327751203141616107
Binary101101011010101110111111101101001100110000111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABBF; }

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

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

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

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

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

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

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

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