#B9ADC6

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

Shades of French Grey #B9ADC6

Tints of French Grey #B9ADC6

Color information

#B9ADC6 (or 0xB9ADC6) is unknown color: approx French Grey. HEX triplet: B9, AD and C6. RGB value is (185,173,198). Sum of RGB (Red+Green+Blue) = 185+173+198=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #B9ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC6 is #465239. Grayscale: #B3B3B3. Windows color (decimal): -4608570 or 13020601. OLE color: 13020601.

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

Color convert

RGB185173198-
CMYK0.070.1300.22
HSL268.8º17.99%72.75%-
HSV(B)268.8º12.63%77.65%-
XYZ45.1444.2859.59-
YUV179.44138.48131.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=33.27%
G=31.12%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851731980.070.1300.22268.817.9972.75
HexB9ADC67D01610d1249
Octal27125530671502641522111
Binary1011100110101101110001101111101010110100001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADC6; }

 p { color: rgb(185,173,198); }

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

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

 a { background-color: rgb(185,173,198); }

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

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

 span { border-color: rgb(185,173,198); }

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