#B4AFBF

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

Shades of French Grey #B4AFBF

Tints of French Grey #B4AFBF

Color information

#B4AFBF (or 0xB4AFBF) is unknown color: approx French Grey. HEX triplet: B4, AF and BF. RGB value is (180,175,191). Sum of RGB (Red+Green+Blue) = 180+175+191=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFBF is #4B5040. Grayscale: #B2B2B2. Windows color (decimal): -4935745 or 12562356. OLE color: 12562356.

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

Color convert

RGB180175191-
CMYK0.060.0800.25
HSL258.75º11.11%71.76%-
HSV(B)258.75º8.38%74.9%-
XYZ43.5644.1255.51-
YUV178.32135.16129.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 191 (75% from 255) = 34.98%
R=32.97%
G=32.05%
B=34.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801751910.060.0800.25258.7511.1171.76
HexB4AFBF68019103b48
Octal26425727761003140313110
Binary101101001010111110111111110100001100110000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFBF; }

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

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

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

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

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

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

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

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