#B6AFBF

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

Shades of French Grey #B6AFBF

Tints of French Grey #B6AFBF

Color information

#B6AFBF (or 0xB6AFBF) is unknown color: approx French Grey. HEX triplet: B6, AF and BF. RGB value is (182,175,191). Sum of RGB (Red+Green+Blue) = 182+175+191=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFBF is #495040. Grayscale: #B2B2B2. Windows color (decimal): -4804673 or 12562358. OLE color: 12562358.

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

Color convert

RGB182175191-
CMYK0.050.0800.25
HSL266.25º11.11%71.76%-
HSV(B)266.25º8.38%74.9%-
XYZ44.0344.3755.53-
YUV178.92134.82130.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 191 (75% from 255) = 34.85%
R=33.21%
G=31.93%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821751910.050.0800.25266.2511.1171.76
HexB6AFBF5801910ab48
Octal26625727751003141213110
Binary101101101010111110111111101100001100110000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFBF; }

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

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

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

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

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

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

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

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