#B6AFC1

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

Shades of French Grey #B6AFC1

Tints of French Grey #B6AFC1

Color information

#B6AFC1 (or 0xB6AFC1) is unknown color: approx French Grey. HEX triplet: B6, AF and C1. RGB value is (182,175,193). Sum of RGB (Red+Green+Blue) = 182+175+193=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFC1 is #49503E. Grayscale: #B3B3B3. Windows color (decimal): -4804671 or 12693430. OLE color: 12693430.

HSL color Cylindrical-coordinate representation of color #B6AFC1: hue angle of 263.33º 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 #B6AFC1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182175193-
CMYK0.060.0900.24
HSL263.33º12.68%72.16%-
HSV(B)263.33º9.33%75.69%-
XYZ44.2544.4656.7-
YUV179.14135.82130.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=33.09%
G=31.82%
B=35.09%

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
Decimal1821751930.060.0900.24263.3312.6872.16
HexB6AFC169018107d48
Octal26625730161103040715110
Binary101101101010111111000001110100101100010000011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFC1; }

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

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

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

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

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

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

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

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