#B3AFBA

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

Shades of French Grey #B3AFBA

Tints of French Grey #B3AFBA

Color information

#B3AFBA (or 0xB3AFBA) is unknown color: approx French Grey. HEX triplet: B3, AF and BA. RGB value is (179,175,186). Sum of RGB (Red+Green+Blue) = 179+175+186=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFBA is #4C5045. Grayscale: #B1B1B1. Windows color (decimal): -5001286 or 12234675. OLE color: 12234675.

HSL color Cylindrical-coordinate representation of color #B3AFBA: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3AFBA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179175186-
CMYK0.040.0600.27
HSL261.82º7.38%70.78%-
HSV(B)261.82º5.91%72.94%-
XYZ42.7843.7952.65-
YUV177.45132.83129.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=33.15%
G=32.41%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791751860.040.0600.27261.827.3870.78
HexB3AFBA4601B106747
Octal263257272460334067107
Binary1011001110101111101110101001100110111000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFBA; }

 p { color: rgb(179,175,186); }

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

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

 a { background-color: rgb(179,175,186); }

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

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

 span { border-color: rgb(179,175,186); }

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