#B9AFC5

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

Shades of French Grey #B9AFC5

Tints of French Grey #B9AFC5

Color information

#B9AFC5 (or 0xB9AFC5) is unknown color: approx French Grey. HEX triplet: B9, AF and C5. RGB value is (185,175,197). Sum of RGB (Red+Green+Blue) = 185+175+197=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC5 is #46503A. Grayscale: #B4B4B4. Windows color (decimal): -4608059 or 12955577. OLE color: 12955577.

HSL color Cylindrical-coordinate representation of color #B9AFC5: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9AFC5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185175197-
CMYK0.060.1100.23
HSL267.27º15.94%72.94%-
HSV(B)267.27º11.17%77.25%-
XYZ45.4245.0159.12-
YUV180.5137.31131.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=33.21%
G=31.42%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851751970.060.1100.23267.2715.9472.94
HexB9AFC56B01710b1049
Octal27125730561302741320111
Binary1011100110101111110001011101011010111100001011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFC5; }

 p { color: rgb(185,175,197); }

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

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

 a { background-color: rgb(185,175,197); }

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

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

 span { border-color: rgb(185,175,197); }

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