#B4ADC0

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

Shades of French Grey #B4ADC0

Tints of French Grey #B4ADC0

Color information

#B4ADC0 (or 0xB4ADC0) is unknown color: approx French Grey. HEX triplet: B4, AD and C0. RGB value is (180,173,192). Sum of RGB (Red+Green+Blue) = 180+173+192=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADC0 is #4B523F. Grayscale: #B1B1B1. Windows color (decimal): -4936256 or 12627380. OLE color: 12627380.

HSL color Cylindrical-coordinate representation of color #B4ADC0: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4ADC0 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180173192-
CMYK0.060.1000.25
HSL262.11º13.1%71.57%-
HSV(B)262.11º9.9%75.29%-
XYZ43.2843.455.96-
YUV177.26136.32129.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=33.03%
G=31.74%
B=35.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801731920.060.1000.25262.1113.171.57
HexB4ADC06A019106d48
Octal26425530061203140615110
Binary101101001010110111000000110101001100110000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADC0; }

 p { color: rgb(180,173,192); }

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

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

 a { background-color: rgb(180,173,192); }

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

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

 span { border-color: rgb(180,173,192); }

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