#B7AFBF

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

Shades of French Grey #B7AFBF

Tints of French Grey #B7AFBF

Color information

#B7AFBF (or 0xB7AFBF) is unknown color: approx French Grey. HEX triplet: B7, AF and BF. RGB value is (183,175,191). Sum of RGB (Red+Green+Blue) = 183+175+191=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBF is #485040. Grayscale: #B3B3B3. Windows color (decimal): -4739137 or 12562359. OLE color: 12562359.

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

Color convert

RGB183175191-
CMYK0.040.0800.25
HSL270º11.11%71.76%-
HSV(B)270º8.38%74.9%-
XYZ44.2644.4955.54-
YUV179.22134.65130.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 191 (75% from 255) = 34.79%
R=33.33%
G=31.88%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831751910.040.0800.2527011.1171.76
HexB7AFBF4801910eb48
Octal26725727741003141613110
Binary101101111010111110111111100100001100110000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFBF; }

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

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

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

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

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

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

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

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