#B6A9C3

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

Shades of French Grey #B6A9C3

Tints of French Grey #B6A9C3

Color information

#B6A9C3 (or 0xB6A9C3) is unknown color: approx French Grey. HEX triplet: B6, A9 and C3. RGB value is (182,169,195). Sum of RGB (Red+Green+Blue) = 182+169+195=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6A9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9C3 is #49563C. Grayscale: #AFAFAF. Windows color (decimal): -4806205 or 12822966. OLE color: 12822966.

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

Color convert

RGB182169195-
CMYK0.070.1300.24
HSL270º17.81%71.37%-
HSV(B)270º13.33%76.47%-
XYZ43.3342.2657.5-
YUV175.85138.81132.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=33.33%
G=30.95%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821691950.070.1300.2427017.8171.37
HexB6A9C37D01810e1247
Octal26625130371503041622107
Binary1011011010101001110000111111101011000100001110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9C3; }

 p { color: rgb(182,169,195); }

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

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

 a { background-color: rgb(182,169,195); }

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

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

 span { border-color: rgb(182,169,195); }

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