#B3ADBE

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

Shades of French Grey #B3ADBE

Tints of French Grey #B3ADBE

Color information

#B3ADBE (or 0xB3ADBE) is unknown color: approx French Grey. HEX triplet: B3, AD and BE. RGB value is (179,173,190). Sum of RGB (Red+Green+Blue) = 179+173+190=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADBE is #4C5241. Grayscale: #B0B0B0. Windows color (decimal): -5001794 or 12496307. OLE color: 12496307.

HSL color Cylindrical-coordinate representation of color #B3ADBE: hue angle of 261.18º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3ADBE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179173190-
CMYK0.060.0900.25
HSL261.18º11.56%71.18%-
HSV(B)261.18º8.95%74.51%-
XYZ42.8343.1954.79-
YUV176.73135.49129.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=33.03%
G=31.92%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791731900.060.0900.25261.1811.5671.18
HexB3ADBE69019105c47
Octal26325527661103140514107
Binary101100111010110110111110110100101100110000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADBE; }

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

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

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

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

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

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

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

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