#B5AFC1

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

Shades of French Grey #B5AFC1

Tints of French Grey #B5AFC1

Color information

#B5AFC1 (or 0xB5AFC1) is unknown color: approx French Grey. HEX triplet: B5, AF and C1. RGB value is (181,175,193). Sum of RGB (Red+Green+Blue) = 181+175+193=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFC1 is #4A503E. Grayscale: #B2B2B2. Windows color (decimal): -4870207 or 12693429. OLE color: 12693429.

HSL color Cylindrical-coordinate representation of color #B5AFC1: hue angle of 260º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AFC1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181175193-
CMYK0.060.0900.24
HSL260º12.68%72.16%-
HSV(B)260º9.33%75.69%-
XYZ44.0144.3356.69-
YUV178.85135.99129.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=32.97%
G=31.88%
B=35.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811751930.060.0900.2426012.6872.16
HexB5AFC169018104d48
Octal26525730161103040415110
Binary101101011010111111000001110100101100010000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFC1; }

 p { color: rgb(181,175,193); }

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

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

 a { background-color: rgb(181,175,193); }

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

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

 span { border-color: rgb(181,175,193); }

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