#B7A9C6

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

Shades of French Grey #B7A9C6

Tints of French Grey #B7A9C6

Color information

#B7A9C6 (or 0xB7A9C6) is unknown color: approx French Grey. HEX triplet: B7, A9 and C6. RGB value is (183,169,198). Sum of RGB (Red+Green+Blue) = 183+169+198=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7A9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9C6 is #485639. Grayscale: #B0B0B0. Windows color (decimal): -4740666 or 13019575. OLE color: 13019575.

HSL color Cylindrical-coordinate representation of color #B7A9C6: hue angle of 268.97º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7A9C6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183169198-
CMYK0.080.1500.22
HSL268.97º20.28%71.96%-
HSV(B)268.97º14.65%77.65%-
XYZ43.9142.5259.32-
YUV176.49140.14132.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 198 (77.73% from 255) = 36%
R=33.27%
G=30.73%
B=36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831691980.080.1500.22268.9720.2871.96
HexB7A9C68F01610d1448
Octal267251306101702641524110
Binary10110111101010011100011010001111010110100001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A9C6; }

 p { color: rgb(183,169,198); }

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

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

 a { background-color: rgb(183,169,198); }

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

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

 span { border-color: rgb(183,169,198); }

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