#B3ADC0

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

Shades of French Grey #B3ADC0

Tints of French Grey #B3ADC0

Color information

#B3ADC0 (or 0xB3ADC0) is unknown color: approx French Grey. HEX triplet: B3, AD and C0. RGB value is (179,173,192). Sum of RGB (Red+Green+Blue) = 179+173+192=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADC0 is #4C523F. Grayscale: #B0B0B0. Windows color (decimal): -5001792 or 12627379. OLE color: 12627379.

HSL color Cylindrical-coordinate representation of color #B3ADC0: hue angle of 258.95º 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 #B3ADC0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179173192-
CMYK0.070.1000.25
HSL258.95º13.1%71.57%-
HSV(B)258.95º9.9%75.29%-
XYZ43.0543.2855.95-
YUV176.96136.49129.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=32.90%
G=31.80%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791731920.070.1000.25258.9513.171.57
HexB3ADC07A019103d48
Octal26325530071203140315110
Binary101100111010110111000000111101001100110000001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADC0; }

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

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

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

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

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

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

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

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