#B3AFBB

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

Shades of French Grey #B3AFBB

Tints of French Grey #B3AFBB

Color information

#B3AFBB (or 0xB3AFBB) is unknown color: approx French Grey. HEX triplet: B3, AF and BB. RGB value is (179,175,187). Sum of RGB (Red+Green+Blue) = 179+175+187=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFBB is #4C5044. Grayscale: #B1B1B1. Windows color (decimal): -5001285 or 12300211. OLE color: 12300211.

HSL color Cylindrical-coordinate representation of color #B3AFBB: hue angle of 260º degrees, saturation: 0.08, 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 #B3AFBB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179175187-
CMYK0.040.0600.27
HSL260º8.11%70.98%-
HSV(B)260º6.42%73.33%-
XYZ42.8943.8353.21-
YUV177.56133.33129.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=33.09%
G=32.35%
B=34.57%

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
Decimal1791751870.040.0600.272608.1170.98
HexB3AFBB4601B104847
Octal2632572734603340410107
Binary10110011101011111011101110011001101110000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFBB; }

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

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

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

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

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

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

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

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