#B9ADC4

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

Shades of French Grey #B9ADC4

Tints of French Grey #B9ADC4

Color information

#B9ADC4 (or 0xB9ADC4) is unknown color: approx French Grey. HEX triplet: B9, AD and C4. RGB value is (185,173,196). Sum of RGB (Red+Green+Blue) = 185+173+196=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #B9ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC4 is #46523B. Grayscale: #B3B3B3. Windows color (decimal): -4608572 or 12889529. OLE color: 12889529.

HSL color Cylindrical-coordinate representation of color #B9ADC4: hue angle of 271.3º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9ADC4 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185173196-
CMYK0.060.1200.23
HSL271.3º16.31%72.35%-
HSV(B)271.3º11.73%76.86%-
XYZ44.9144.1958.39-
YUV179.21137.48132.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 196 (76.95% from 255) = 35.38%
R=33.39%
G=31.23%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851731960.060.1200.23271.316.3172.35
HexB9ADC46C01710f1048
Octal27125530461402741720110
Binary1011100110101101110001001101100010111100001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADC4; }

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

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

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

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

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

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

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

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