#B4AABF

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

Shades of French Grey #B4AABF

Tints of French Grey #B4AABF

Color information

#B4AABF (or 0xB4AABF) is unknown color: approx French Grey. HEX triplet: B4, AA and BF. RGB value is (180,170,191). Sum of RGB (Red+Green+Blue) = 180+170+191=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 170 (66.80% from 255 or 31.42% 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 #B4AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABF is #4B5540. Grayscale: #AFAFAF. Windows color (decimal): -4937025 or 12561076. OLE color: 12561076.

HSL color Cylindrical-coordinate representation of color #B4AABF: hue angle of 268.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4AABF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180170191-
CMYK0.060.1100.25
HSL268.57º14.09%70.78%-
HSV(B)268.57º10.99%74.9%-
XYZ42.642.2155.19-
YUV175.38136.81131.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 191 (75% from 255) = 35.30%
R=33.27%
G=31.42%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801701910.060.1100.25268.5714.0970.78
HexB4AABF6B01910de47
Octal26425227761303141516107
Binary101101001010101010111111110101101100110000110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AABF; }

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

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

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

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

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

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

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

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